one
Version:
One is a new React Framework that makes Vite serve both native and web.
8 lines • 304 B
TypeScript
import type { ReactNode } from 'react';
export declare const createStackNavigator: (config?: any) => any;
export declare function getStackNavigatorProps(children: ReactNode): {
headlessChildren: ReactNode[];
} | {
headlessChildren?: undefined;
};
//# sourceMappingURL=stack-navigator.web.d.ts.map