mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Remove duplicate SpinSize
This commit is contained in:
parent
265770b4e3
commit
1a26268bd5
@ -8,8 +8,6 @@ import omit from 'omit.js';
|
||||
export type SpinSize = 'small' | 'default' | 'large';
|
||||
export type SpinIndicator = React.ReactElement<any>;
|
||||
|
||||
export type SpinSize = 'small' | 'default' | 'large';
|
||||
|
||||
export interface SpinProps {
|
||||
prefixCls?: string;
|
||||
className?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user