UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

31 lines (30 loc) 912 B
import { TdCheckTagProps } from '../tag/type'; import { PropType } from 'vue'; declare const _default: { checked: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultChecked: BooleanConstructor; content: { type: PropType<string | number | string[] | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: BooleanConstructor; size: { type: PropType<import("..").SizeEnum>; default: import("..").SizeEnum; validator(val: TdCheckTagProps['size']): boolean; }; onChange: PropType<(checked: boolean) => void>; onClick: PropType<(context: { e: MouseEvent; }) => void>; }; export default _default;