diff --git a/components/steps/index.tsx b/components/steps/index.tsx index efa90f8c50..e4ab7435ef 100644 --- a/components/steps/index.tsx +++ b/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; }