Documents / @faasjs/ant-design / LoadingProps
Type Alias: LoadingProps
LoadingProps =
object
Props for the Loading component.
Properties
children?
optionalchildren?:React.ReactNode
Content rendered when loading is false.
loading?
optionalloading?:boolean
Whether the loading indicator should be shown.
Default
true
size?
optionalsize?:"small"|"default"|"large"
Ant Design spinner size.
Default
'large'
style?
optionalstyle?:React.CSSProperties
Inline styles applied to the loading wrapper.