UNPKG

tdesign-vue-next

Version:
41 lines (36 loc) 612 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 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 }; exports["default"] = props; //# sourceMappingURL=check-tag-group-props.js.map