UNPKG

@redshank/native-router

Version:

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

12 lines 422 B
import type { NavigationState } from '@react-navigation/native'; type SearchParams = Record<string, string | string[]>; export type UrlObject = { unstable_globalHref: string; pathname: string; readonly params: SearchParams; segments: string[]; isIndex: boolean; }; export declare const getRouteInfo: (navState: NavigationState, config: any) => any; export {}; //# sourceMappingURL=getRouteInfo.d.ts.map