UNPKG

react-native-screens

Version:
11 lines 480 B
import * as React from 'react'; import { ParamListBase, StackNavigationState } from '@react-navigation/native'; import { NativeStackDescriptorMap, NativeStackNavigationHelpers } from '../types'; type Props = { state: StackNavigationState<ParamListBase>; navigation: NativeStackNavigationHelpers; descriptors: NativeStackDescriptorMap; }; export default function NativeStackView(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=NativeStackView.d.ts.map