UNPKG

431 BTypeScriptView Raw
1import React from 'react';
2import { ScreenContainerProps } from 'react-native-screens';
3export declare const NativeScreenContainer: React.ComponentType<ScreenContainerProps>;
4export declare const NativeScreenNavigationContainer: React.ComponentType<ScreenContainerProps>;
5declare function ScreenContainer(props: ScreenContainerProps): React.JSX.Element;
6export default ScreenContainer;
7//# sourceMappingURL=ScreenContainer.d.ts.map
\No newline at end of file