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

25 lines
1.1 KiB
TypeScript

import { ParamListBase } from '@react-navigation/native';
import React from 'react';
declare const RouterModal: React.ForwardRefExoticComponent<Omit<import("../..").PickPartial<any, "children">, "ref"> & React.RefAttributes<unknown>> & {
Screen: (props: import("../..").ScreenProps<object, Readonly<{
key: string;
index: number;
routeNames: string[];
history?: unknown[];
routes: import("@react-navigation/native").NavigationRoute<ParamListBase, string>[];
type: string;
stale: false;
}>, import("@react-navigation/native").EventMapBase>) => null;
Protected: typeof import("../../views/Protected").Protected;
};
declare const RouterModalScreen: (props: import("../..").ScreenProps<object, Readonly<{
key: string;
index: number;
routeNames: string[];
history?: unknown[];
routes: import("@react-navigation/native").NavigationRoute<ParamListBase, string>[];
type: string;
stale: false;
}>, import("@react-navigation/native").EventMapBase>) => null;
export { RouterModal, RouterModalScreen };
//# sourceMappingURL=ModalStack.d.ts.map