one
Version:
One is a new React Framework that makes Vite serve both native and web.
5 lines • 442 B
TypeScript
import type { NativeStackNavigationOptions } from '@react-navigation/native-stack';
import type { StackToolbarProps } from './StackToolbar.types';
export declare function appendStackToolbarConfig(options: NativeStackNavigationOptions, props: StackToolbarProps): NativeStackNavigationOptions;
export declare function exposeStackToolbarConfig(options: Record<string, any>): Record<string, any>;
//# sourceMappingURL=StackToolbar.shared.d.ts.map