Interface RouterProps
Source: Router.tsx
Properties
path?
optionalpath:string
homePage?
optionalhomePage:ReactElement<any,string|JSXElementConstructor<any>>
fallbackPage?
optionalfallbackPage:ReactElement<any,string|JSXElementConstructor<any>>
children?
optionalchildren:ReactElement<any,string|JSXElementConstructor<any>>