Skip to content

RouteMatch type

Home > @rimitive/router > RouteMatch

Matched route information

Signature:

export type RouteMatch = {
path: string;
params: RouteParams;
};

References: RouteParams