ResolveProps
Type Parameters
Section titled “Type Parameters”TContent
Section titled “TContent”TContent = ContentDocument
Properties
Section titled “Properties”children
Section titled “children”children: (
content,value) =>ReactNode
Parameters
Section titled “Parameters”content
Section titled “content”TContent
RenderableComponentValue<TContent>
Returns
Section titled “Returns”ReactNode
fallback?
Section titled “fallback?”
optionalfallback?: (props) =>ReactNode
Rendered instead of the provider’s fallback panel; receives the same props.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”ReactNode
loading?
Section titled “loading?”
optionalloading?:ReactNode
value:
ComponentValue<TContent> |null|undefined