@tempots/ui
MatchResultWithRoute type
The result of a route match with the matched route.
Signature:
export type MatchResultWithRouteextends string, R extends string> = {
params: ExtractParams
;
route: R;
path: P;
} | null;
References: ExtractParams