5 lines
302 B
TypeScript
5 lines
302 B
TypeScript
import type { InitialState } from '@react-navigation/routers';
|
|
export declare function findFocusedRoute(state: InitialState): (Omit<import("@react-navigation/routers").Route<string, object | undefined>, "key"> & {
|
|
state?: InitialState;
|
|
}) | undefined;
|
|
//# sourceMappingURL=findFocusedRoute.d.ts.map
|