UNPKG

@redshank/native-router

Version:

@redshank/native-router is a file-based router for React Native CLI

5 lines 302 B
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