TreeRouterPropsinterface

{
	readonly fallback?: ReactElement | undefined | null;
}
PropertyType
.fallbackReactElement
null
Optional fallback element.
- Explicit null means fallback to nothing (router will not throw NotFoundError). readonly

Props for the TreeRouter component — the tree to route plus an optional fallback and app meta.