RouteComponenttype

FunctionComponent<RouteProps> | ComponentClass<RouteProps>
Type
FunctionComponent
RouteProps
Props for a component that works as a route in the router.
ComponentClass

React component usable as a route value — a function or class component accepting RouteProps.