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