@micro-router
    Preparing search index...

    Type Alias RouteComponent<P>

    RouteComponent: { exact: boolean; Matched: FC<DataOfPath<P>>; path: P } & FC

    Type Parameters

    Type Declaration

    • exact: boolean
    • Matched: FC<DataOfPath<P>>

      The inner component that will be rendered when the associated path matches.

    • path: P