UNPKG

548 BTypeScriptView Raw
1import React from 'react';
2import { View } from 'react-native';
3import { ScreenProps } from 'react-native-screens';
4export declare const NativeScreen: React.ComponentType<ScreenProps>;
5export declare const InnerScreen: React.ForwardRefExoticComponent<Omit<ScreenProps, "ref"> & React.RefAttributes<View>>;
6export declare const ScreenContext: React.Context<React.ForwardRefExoticComponent<Omit<ScreenProps, "ref"> & React.RefAttributes<View>>>;
7declare const Screen: React.FC<ScreenProps>;
8export default Screen;
9//# sourceMappingURL=Screen.d.ts.map
\No newline at end of file