riku
18 小时以前 cf4787bc8188cd0acc8a42793730b076742f29c1
miniprogram_npm/tdesign-miniprogram/rate/type.d.ts
@@ -11,17 +11,9 @@
        type: NumberConstructor;
        value?: number;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-icon', 't-class-text'];
    };
    gap?: {
        type: null;
@@ -30,6 +22,14 @@
    icon?: {
        type: null;
        value?: string | string[];
    };
    iconPrefix?: {
        type: StringConstructor;
        value?: string;
    };
    placement?: {
        type: StringConstructor;
        value?: 'top' | 'bottom' | '';
    };
    showText?: {
        type: BooleanConstructor;
@@ -51,4 +51,8 @@
        type: NumberConstructor;
        value?: number;
    };
    variant?: {
        type: StringConstructor;
        value?: 'outline' | 'filled';
    };
}