miniprogram_npm/tdesign-miniprogram/steps/type.d.ts
@@ -11,10 +11,6 @@ type: StringConstructor; value?: 'default' | 'process' | 'finish' | 'error'; }; externalClasses?: { type: ArrayConstructor; value?: ['t-class']; }; layout?: { type: StringConstructor; value?: 'horizontal' | 'vertical'; @@ -22,10 +18,6 @@ readonly?: { type: BooleanConstructor; value?: boolean; }; separator?: { type: StringConstructor; value?: 'line' | 'dashed' | 'arrow'; }; sequence?: { type: StringConstructor;