tdesign-vue-next
Version:
TDesign Component for vue-next
29 lines (28 loc) • 892 B
TypeScript
import { TdCheckTagGroupProps } from '../tag/type';
import { PropType } from 'vue';
declare const _default: {
checkedProps: {
type: PropType<TdCheckTagGroupProps["checkedProps"]>;
};
multiple: BooleanConstructor;
options: {
type: PropType<TdCheckTagGroupProps["options"]>;
};
uncheckedProps: {
type: PropType<TdCheckTagGroupProps["uncheckedProps"]>;
};
value: {
type: PropType<TdCheckTagGroupProps["value"]>;
default: TdCheckTagGroupProps["value"];
};
modelValue: {
type: PropType<TdCheckTagGroupProps["value"]>;
default: TdCheckTagGroupProps["value"];
};
defaultValue: {
type: PropType<TdCheckTagGroupProps["defaultValue"]>;
default: () => TdCheckTagGroupProps["defaultValue"];
};
onChange: PropType<TdCheckTagGroupProps["onChange"]>;
};
export default _default;