riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
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;