LoadingWrapper
LoadingWrapper<
TError>(props):string|number|boolean|Iterable<ReactNode,any,any> |Element|null|undefined
Defined in: core/src/components/LoadingWrapper/LoadingWrapper.tsx:7
Type Parameters
Section titled “Type Parameters”TError
Section titled “TError”TError = unknown
Parameters
Section titled “Parameters”children
Section titled “children”ReactNode
fetchError?
Section titled “fetchError?”TError | null
fetchErrorState?
Section titled “fetchErrorState?”(error) => ReactNode
isFetching
Section titled “isFetching”boolean
isFetchingState?
Section titled “isFetchingState?”ReactNode
Returns
Section titled “Returns”string | number | boolean | Iterable<ReactNode, any, any> | Element | null | undefined