Update index.tsx (#8280)

add the “style” property for declare file
This commit is contained in:
潘晓升 2017-11-22 14:46:40 +08:00 committed by 偏右
parent 58fa1885fd
commit 8b2d7e3982

View File

@ -9,6 +9,7 @@ export interface SpinProps {
prefixCls?: string;
className?: string;
spinning?: boolean;
style?: React.CSSProperties;
size?: 'small' | 'default' | 'large';
tip?: string;
delay?: number;