@react-navigation/native-stack
Version:
Native stack navigator using react-native-screens
10 lines • 469 B
TypeScript
import type { 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({ state, descriptors }: Props): JSX.Element;
export {};
//# sourceMappingURL=NativeStackView.d.ts.map