UseMatchRouteOptions type

The UseMatchRouteOptions type extends the ToOptions type and describes additional options available when using the useMatchRoute hook.

tsx
export type UseMatchRouteOptions = ToOptions & MatchRouteOptions
export type UseMatchRouteOptions = ToOptions & MatchRouteOptions