Update index.tsx (#9126)

add the “style” property for declare file
This commit is contained in:
潘晓升 2018-01-26 10:38:28 +08:00 committed by niko
parent 506f97640e
commit e4d7e5e510

View File

@ -10,6 +10,7 @@ export interface StepsProps {
size?: 'default' | 'small';
direction?: 'horizontal' | 'vertical';
progressDot?: boolean | Function;
style?: React.CSSProperties;
}
export default class Steps extends React.Component<StepsProps, any> {