UNPKG

@react-navigation/native-stack

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