LoaderPropsinterface

{
	readonly fallback?: ReactNode | undefined;
}
PropertyType
.fallbackReactNode
Element rendered while children suspend (defaults to LOADING). readonly

Props for <Loader> and <PageLoader> — the children to load plus an optional fallback shown while they suspend.