Browse Source

fix(Steps): add subTitle propType declaration for Steps.Step component (#18525)

pull/18531/head
James Tsang 5 years ago
committed by 偏右
parent
commit
cbb172da77
  1. 1
      components/steps/index.tsx

1
components/steps/index.tsx

@ -28,6 +28,7 @@ export interface StepProps {
status?: 'wait' | 'process' | 'finish' | 'error';
disabled?: boolean;
title?: React.ReactNode;
subTitle?: React.ReactNode;
style?: React.CSSProperties;
}

Loading…
Cancel
Save