Files
Fluxup_PAP/node_modules/expo-router/build/utils/stackPresentation.d.ts
2026-03-10 16:18:05 +00:00

11 lines
481 B
TypeScript

import type { NativeStackNavigationOptions } from '@react-navigation/native-stack';
/**
* Helper to determine if a given screen should be treated as a modal-type presentation
*
* @param options - The navigation options.
* @returns Whether the screen should be treated as a modal-type presentation.
*
* @internal
*/
export declare function isModalPresentation(options: NativeStackNavigationOptions | undefined | null): boolean;
//# sourceMappingURL=stackPresentation.d.ts.map