25 lines
1.1 KiB
TypeScript
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
|