UNPKG

509 BTypeScriptView Raw
1import { ScreenProps } from 'react-native-screens';
2import { Animated, View } from 'react-native';
3import React from 'react';
4export declare const InnerScreen: typeof View;
5export declare class NativeScreen extends React.Component<ScreenProps> {
6 render(): JSX.Element;
7}
8declare const Screen: Animated.AnimatedComponent<typeof NativeScreen>;
9export declare const ScreenContext: React.Context<Animated.AnimatedComponent<typeof NativeScreen>>;
10export default Screen;
11//# sourceMappingURL=Screen.web.d.ts.map
\No newline at end of file