Properties
Optional children
children: ((props: RouteChildrenProps<any>) => React.ReactNode) | React.ReactNode
Optional component
component: React.ComponentType<RouteComponentProps<any>> | React.ComponentType<any>
Optional data-qa
data-qa: undefined | string
Optional exact
exact: undefined | false | true
Optional location
location: H.Location
Optional path
path: string | string[]
Optional render
render: undefined | ((props: RouteComponentProps<any>) => React.ReactNode)
Optional sensitive
sensitive: undefined | false | true
Optional strict
strict: undefined | false | true
Data-qa tag to apply to the default component route