@jsvision/ui / RouteMap
Type Alias: RouteMap<R>
RouteMap<
R> ={ [K in keyof R]: Route<R[K]> }
Defined in: ui/src/router/types.ts:153
The route table: one Route per key of the Routes map, typed to that route's params.
Type Parameters
R
R
@jsvision/ui / RouteMap
RouteMap<
R> ={ [K in keyof R]: Route<R[K]> }
Defined in: ui/src/router/types.ts:153
The route table: one Route per key of the Routes map, typed to that route's params.
R