UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

4 lines 291 B
import { NativeStackView as RNNativeStackView } from '@react-navigation/native-stack'; import { ComponentProps } from 'react'; export declare function NativeStackView(props: ComponentProps<typeof RNNativeStackView>): import("react").JSX.Element; //# sourceMappingURL=NativeStackView.d.ts.map