riku
2025-04-22 45be153eaef9e1c1a3fe21515e9cbd785fba8e1f
miniprogram_npm/tdesign-miniprogram/progress/type.d.ts
@@ -3,14 +3,6 @@
        type: null;
        value?: string | Array<string> | Record<string, string>;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-bar', 't-class-label'];
    };
    label?: {
        type: null;
        value?: string | boolean;
@@ -27,6 +19,10 @@
        type: null;
        value?: string | number;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    theme?: {
        type: StringConstructor;
        value?: ThemeEnum;