/** * Checkbox Component * @description 复选框组件导出 */ import Checkbox from './src/checkbox.vue'; import CheckboxGroup from './src/checkbox-group.vue'; export declare const YhCheckbox: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; }>, { ref: HTMLInputElement | undefined; checked: boolean; focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: import("./src/checkbox").CheckboxValueType) => any; "update:modelValue": (value: import("./src/checkbox").CheckboxValueType) => any; }, import("vue").PublicProps, { disabled: boolean; size: import("./src/checkbox").CheckboxSize; border: boolean; validateEvent: boolean; trueValue: import("./src/checkbox").CheckboxValueType; falseValue: import("./src/checkbox").CheckboxValueType; indeterminate: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; }>, { ref: HTMLInputElement | undefined; checked: boolean; focus: () => void; blur: () => void; }, {}, {}, {}, { disabled: boolean; size: import("./src/checkbox").CheckboxSize; border: boolean; validateEvent: boolean; trueValue: import("./src/checkbox").CheckboxValueType; falseValue: import("./src/checkbox").CheckboxValueType; indeterminate: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType) => any) | undefined; }>, { ref: HTMLInputElement | undefined; checked: boolean; focus: () => void; blur: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: import("./src/checkbox").CheckboxValueType) => any; "update:modelValue": (value: import("./src/checkbox").CheckboxValueType) => any; }, string, { disabled: boolean; size: import("./src/checkbox").CheckboxSize; border: boolean; validateEvent: boolean; trueValue: import("./src/checkbox").CheckboxValueType; falseValue: import("./src/checkbox").CheckboxValueType; indeterminate: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })> & Record; export declare const YhCheckboxGroup: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: import("./src/checkbox").CheckboxValueType[]) => any; "update:modelValue": (value: import("./src/checkbox").CheckboxValueType[]) => any; }, import("vue").PublicProps, { disabled: boolean; tag: string | import("vue").Component; modelValue: import("./src/checkbox").CheckboxValueType[]; validateEvent: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }>, {}, {}, {}, {}, { disabled: boolean; tag: string | import("vue").Component; modelValue: import("./src/checkbox").CheckboxValueType[]; validateEvent: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onChange?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("./src/checkbox").CheckboxValueType[]) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { change: (value: import("./src/checkbox").CheckboxValueType[]) => any; "update:modelValue": (value: import("./src/checkbox").CheckboxValueType[]) => any; }, string, { disabled: boolean; tag: string | import("vue").Component; modelValue: import("./src/checkbox").CheckboxValueType[]; validateEvent: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })> & Record; export default YhCheckbox; export * from './src/checkbox'; export type CheckboxInstance = InstanceType; export type CheckboxGroupInstance = InstanceType; export type YhCheckboxInstance = CheckboxInstance; export type YhCheckboxGroupInstance = CheckboxGroupInstance; export type YhCheckboxProps = import('./src/checkbox').CheckboxProps; export type YhCheckboxEmits = import('./src/checkbox').CheckboxEmits; export type YhCheckboxSlots = import('./src/checkbox').CheckboxSlots; export type YhCheckboxExpose = import('./src/checkbox').CheckboxExpose; export type YhCheckboxGroupProps = import('./src/checkbox').CheckboxGroupProps; export type YhCheckboxGroupEmits = import('./src/checkbox').CheckboxGroupEmits; export type YhCheckboxGroupOption = import('./src/checkbox').CheckboxGroupOption; export type YhCheckboxValueType = import('./src/checkbox').CheckboxValueType;