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