riku
9 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/checkbox/type.d.ts
@@ -33,7 +33,7 @@
    };
    icon?: {
        type: null;
        value?: 'circle' | 'line' | 'rectangle' | string[];
        value?: CheckboxIconType;
    };
    indeterminate?: {
        type: BooleanConstructor;
@@ -68,3 +68,4 @@
        value?: string | number | boolean;
    };
}
export declare type CheckboxIconType = 'circle' | 'line' | 'rectangle' | string[];