one
Version:
One is a new React Framework that makes Vite serve both native and web.
10 lines • 507 B
TypeScript
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import type { ReactNode } from 'react';
/**
* Returns a Stack navigator factory. On native this is the stock
* `@react-navigation/native-stack`; on web this is replaced via the
* `.web.ts` sibling with the headless navigator.
*/
export declare const createStackNavigator: typeof createNativeStackNavigator;
export declare function getStackNavigatorProps(_children: ReactNode): {};
//# sourceMappingURL=stack-navigator.d.ts.map