expo-router
Version:
Expo Router is a file-based router for React Native and web applications.
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