UNPKG

expo-router

Version:

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

6 lines 397 B
import { State } from '../fork/getPathFromState'; import { getStateFromPath } from '../fork/getStateFromPath'; type Options = Parameters<typeof getStateFromPath>[1]; export declare function reconstructState(state: State | undefined, getState: typeof getStateFromPath, options: Options): import("../fork/getStateFromPath").ResultState | undefined; export {}; //# sourceMappingURL=routeInfo.d.ts.map