Plumile JS API
Preparing search index...
router/src
RouteReactComponent
Type Alias RouteReactComponent<TProps>
RouteReactComponent
:
(
props
:
TProps
)
=>
JSX.Element
|
null
A React component that can be used as a route component.
Type Parameters
TProps
=
Record
<
string
,
unknown
>
The props type for the component
Type Declaration
(
props
:
TProps
)
:
JSX.Element
|
null
Parameters
props
:
TProps
Returns
JSX.Element
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Plumile JS API
Loading...
A React component that can be used as a route component.