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

Type declaration

  • name: string

    The name of the component.

  • props: Record<string, string | number>

    Matched path parameters.