UNPKG

tdesign-mobile-vue

Version:
63 lines (62 loc) 1.74 kB
import { TdCheckboxProps } from './type'; import { PropType } from 'vue'; declare const _default: { block: { type: BooleanConstructor; default: boolean; }; checkAll: BooleanConstructor; checked: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultChecked: BooleanConstructor; content: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; contentDisabled: BooleanConstructor; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: { type: BooleanConstructor; default: any; }; icon: { type: PropType<boolean | "circle" | "line" | "rectangle" | (String | ((h: typeof import("vue").h) => import("..").SlotReturnValue))[]>; default: string; }; indeterminate: BooleanConstructor; label: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; maxContentRow: { type: NumberConstructor; default: number; }; maxLabelRow: { type: NumberConstructor; default: number; }; name: { type: StringConstructor; default: string; }; placement: { type: PropType<"left" | "right">; default: "left" | "right"; validator(val: TdCheckboxProps['placement']): boolean; }; readonly: BooleanConstructor; value: { type: PropType<string | number | boolean>; }; onChange: PropType<(checked: boolean, context: { e: Event; }) => void>; }; export default _default;