RouteMatch type
Home > @rimitive/router > RouteMatch
RouteMatch type
Section titled “RouteMatch type”Matched route information
Signature:
export type RouteMatch = { path: string; params: RouteParams;};References: RouteParams
Home > @rimitive/router > RouteMatch
Matched route information
Signature:
export type RouteMatch = { path: string; params: RouteParams;};References: RouteParams