riku
2026-01-21 a2c5def7cf9562312a54216bc195a6ea071a26c5
miniprogram_npm/tdesign-miniprogram/badge/type.d.ts
@@ -11,10 +11,6 @@
        type: null;
        value?: string | number;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    dot?: {
        type: BooleanConstructor;
        value?: boolean;
@@ -33,7 +29,7 @@
    };
    shape?: {
        type: StringConstructor;
        value?: 'circle' | 'round' | 'ribbon' | 'bubble';
        value?: 'circle' | 'square' | 'bubble' | 'ribbon';
    };
    showZero?: {
        type: BooleanConstructor;
@@ -41,6 +37,6 @@
    };
    size?: {
        type: StringConstructor;
        value?: 'small' | 'medium';
        value?: 'medium' | 'large';
    };
}