UNPKG

tdesign-vue-next

Version:
32 lines (31 loc) 1.48 kB
import { PropType } from 'vue'; import { CheckboxGroupProps } from '../../checkbox'; export type ColumnCheckboxGroupProps = Pick<CheckboxGroupProps, 'value' | 'onChange' | 'options'> & { checkboxProps: CheckboxGroupProps; label?: string; uniqueKey?: string; }; declare const _default: import("vue").DefineComponent<{ checkboxProps: PropType<ColumnCheckboxGroupProps["checkboxProps"]>; options: { type: PropType<ColumnCheckboxGroupProps["options"]>; default: () => ColumnCheckboxGroupProps["options"]; }; label: StringConstructor; uniqueKey: StringConstructor; value: PropType<ColumnCheckboxGroupProps["value"]>; onChange: PropType<ColumnCheckboxGroupProps["onChange"]>; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ checkboxProps: PropType<ColumnCheckboxGroupProps["checkboxProps"]>; options: { type: PropType<ColumnCheckboxGroupProps["options"]>; default: () => ColumnCheckboxGroupProps["options"]; }; label: StringConstructor; uniqueKey: StringConstructor; value: PropType<ColumnCheckboxGroupProps["value"]>; onChange: PropType<ColumnCheckboxGroupProps["onChange"]>; }>>, { options: import("../..").CheckboxOption[]; }, {}>; export default _default;