Update index.tsx (#9126)

add the “style” property for declare file
pull/9141/head
潘晓升 7 years ago committed by niko
parent 506f97640e
commit e4d7e5e510

@ -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> {

Loading…
Cancel
Save