LoadingWrapperProps
@chelseaapps/react-native-elements / Exports / LoadingWrapperProps
Interface: LoadingWrapperProps
Hierarchy
LoadingWrapperElementProps↳
LoadingWrapperProps
Table of contents
Properties
children
indicator
loading
Properties
children
• children: ReactNode
Page elements
Inherited from
LoadingWrapperElementProps.children
Defined in
src/Wrapper/LoadingWrapper.tsx:7
indicator
• indicator: ReactNode
Loading indicator component (usually a GIF)
Inherited from
LoadingWrapperElementProps.indicator
Defined in
src/Wrapper/LoadingWrapper.tsx:9
loading
• loading: boolean
Loading state
Inherited from
LoadingWrapperElementProps.loading
Defined in
Last updated
Was this helpful?