MatchedComponent: {
    name: string;
    props: Record<string, string | number | undefined>;
}

Type declaration

  • name: string

    The name of the component.

  • props: Record<string, string | number | undefined>

    Matched path parameters.