UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

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