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[];