xdesign-vue-next
Version:
XDesign Component for vue-next
72 lines (71 loc) • 2.29 kB
TypeScript
import { CheckboxGroupValue } from './type';
declare const _default: import("vue").DefineComponent<{
disabled: {
type: BooleanConstructor;
default: any;
};
lazyLoad: BooleanConstructor;
max: {
type: NumberConstructor;
default: any;
};
name: {
type: StringConstructor;
default: string;
};
options: {
type: import("vue").PropType<import("./type").CheckboxOption[]>;
};
value: {
type: import("vue").PropType<CheckboxGroupValue>;
default: CheckboxGroupValue;
};
modelValue: {
type: import("vue").PropType<CheckboxGroupValue>;
default: CheckboxGroupValue;
};
defaultValue: {
type: import("vue").PropType<CheckboxGroupValue>;
default: () => CheckboxGroupValue;
};
onChange: import("vue").PropType<(value: CheckboxGroupValue, context: import("./type").CheckboxGroupChangeContext) => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
disabled: {
type: BooleanConstructor;
default: any;
};
lazyLoad: BooleanConstructor;
max: {
type: NumberConstructor;
default: any;
};
name: {
type: StringConstructor;
default: string;
};
options: {
type: import("vue").PropType<import("./type").CheckboxOption[]>;
};
value: {
type: import("vue").PropType<CheckboxGroupValue>;
default: CheckboxGroupValue;
};
modelValue: {
type: import("vue").PropType<CheckboxGroupValue>;
default: CheckboxGroupValue;
};
defaultValue: {
type: import("vue").PropType<CheckboxGroupValue>;
default: () => CheckboxGroupValue;
};
onChange: import("vue").PropType<(value: CheckboxGroupValue, context: import("./type").CheckboxGroupChangeContext) => void>;
}>>, {
max: number;
name: string;
value: CheckboxGroupValue;
disabled: boolean;
modelValue: CheckboxGroupValue;
defaultValue: CheckboxGroupValue;
lazyLoad: boolean;
}, {}>;
export default _default;