UNPKG

tdesign-vue-next

Version:
37 lines (34 loc) 534 B
/** * tdesign v1.20.2 * (c) 2026 tdesign * @license MIT */ var props = { checkedProps: { type: Object }, multiple: Boolean, options: { type: Array }, uncheckedProps: { type: Object }, value: { type: Array, "default": void 0 }, modelValue: { type: Array, "default": void 0 }, defaultValue: { type: Array, "default": function _default() { return []; } }, onChange: Function }; export { props as default }; //# sourceMappingURL=check-tag-group-props.js.map