@micro-router
Preparing search index...
@micro-router/react
RouteComponent
Type Alias RouteComponent<P>
RouteComponent
:
{
exact
:
boolean
;
Matched
:
FC
<
DataOfPath
<
P
>
>
;
path
:
P
}
&
FC
Type Parameters
P
extends
Path
=
Path
Type Declaration
exact
:
boolean
Matched
:
FC
<
DataOfPath
<
P
>
>
The inner component that will be rendered when the associated path matches.
path
:
P
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@micro-router
Loading...
The inner component that will be rendered when the associated path matches.