Reference
RouteParams
Represents dynamic route params passed to loaders, pages, and handlers.
Signature
type RouteParams = Record<string, readonly string[] | string>Reference
Represents dynamic route params passed to loaders, pages, and handlers.
type RouteParams = Record<string, readonly string[] | string>