CodeCraft Auth API Docs - v0.0.0
Preparing search index...
routes/types/route.types
RouteConfig
Interface RouteConfig
interface
RouteConfig
{
children
?:
RouteConfig
[]
;
component
:
|
ComponentType
<
Record
<
string
,
never
>
>
|
LazyExoticComponent
<
ComponentType
<
Record
<
string
,
never
>
>
>
;
guard
?:
RouteGuardType
;
handle
?:
RouteHandle
;
index
?:
boolean
;
path
?:
string
;
}
Index
Properties
children?
component
guard?
handle?
index?
path?
Properties
Optional
children
children
?:
RouteConfig
[]
component
component
:
|
ComponentType
<
Record
<
string
,
never
>
>
|
LazyExoticComponent
<
ComponentType
<
Record
<
string
,
never
>
>
>
Optional
guard
guard
?:
RouteGuardType
Optional
handle
handle
?:
RouteHandle
Optional
index
index
?:
boolean
Optional
path
path
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
component
guard
handle
index
path
CodeCraft Auth API Docs - v0.0.0
Loading...