mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
parent
58fa1885fd
commit
8b2d7e3982
@ -9,6 +9,7 @@ export interface SpinProps {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
spinning?: boolean;
|
||||
style?: React.CSSProperties;
|
||||
size?: 'small' | 'default' | 'large';
|
||||
tip?: string;
|
||||
delay?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user