riku
7 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/checkbox/checkbox.d.ts
@@ -1,4 +1,6 @@
import { SuperComponent, ComponentsOptionsType, RelationsOptions } from '../common/src/index';
import { TdCheckboxProps } from './type';
export declare type CheckboxProps = TdCheckboxProps;
export default class CheckBox extends SuperComponent {
    externalClasses: string[];
    behaviors: string[];
@@ -46,7 +48,7 @@
        };
        icon?: {
            type: null;
            value?: string[] | "rectangle" | "circle" | "line";
            value?: import("./type").CheckboxIconType;
        };
        indeterminate?: {
            type: BooleanConstructor;