Browse Source

Add initial prop for TypeScript, ref #11180

pull/11884/head
afc163 6 years ago
parent
commit
2e759e2bea
  1. 1
      components/steps/index.tsx

1
components/steps/index.tsx

@ -6,6 +6,7 @@ export interface StepsProps {
prefixCls?: string;
iconPrefix?: string;
current?: number;
initial?: number;
status?: 'wait' | 'process' | 'finish' | 'error';
size?: 'default' | 'small';
direction?: 'horizontal' | 'vertical';

Loading…
Cancel
Save