Searched refs:CustomRoute (Results 1 – 2 of 2) sorted by relevance
25 type CustomRoute = Route<string> & { alias203 route: CustomRoute,294 route = nextRoute as CustomRoute;348 const route = current.routes[current.index ?? 0] as CustomRoute;
1 …CustomRoute = Route<string> & {\n state?: State;\n};\n\nconst DEFAULT_SCREENS: PathConfigMap<obje…