TreeRouterPropsinterface
{
readonly fallback?: ReactElement | undefined | null;
}| Property | Type | |
|---|---|---|
.fallback | ReactElementnull | 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.