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

12 lines
412 B
TypeScript

type RootModalContextValue = {
root: boolean;
routes: never[];
addModal: (name: string) => void;
removeModal: (name: string) => void;
};
export declare const RootModalContext: import("react").Context<RootModalContextValue>;
export declare function RootModalProvider({ children }: {
children: React.ReactNode;
}): import("react").JSX.Element;
export {};
//# sourceMappingURL=RootModal.d.ts.map