LoaderPropsinterface
{
readonly fallback?: ReactNode | undefined;
}| Property | Type | |
|---|---|---|
.fallback | ReactNode |
Props for <Loader> and <PageLoader> — the children to load plus an optional fallback shown while they suspend.
{
readonly fallback?: ReactNode | undefined;
}| Property | Type | |
|---|---|---|
.fallback | ReactNode |
Props for <Loader> and <PageLoader> — the children to load plus an optional fallback shown while they suspend.