Skip to content

@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