UNPKG

tdesign-vue-next

Version:
50 lines (47 loc) 751 B
/** * tdesign v1.19.2 * (c) 2026 tdesign * @license MIT */ var props = { checkAll: Boolean, checked: { type: Boolean, "default": void 0 }, modelValue: { type: Boolean, "default": void 0 }, defaultChecked: Boolean, "default": { type: [String, Function] }, disabled: { type: Boolean, "default": void 0 }, indeterminate: Boolean, label: { type: [String, Function] }, lazyLoad: Boolean, name: { type: String, "default": "" }, readonly: { type: Boolean, "default": void 0 }, title: { type: String, "default": "" }, value: { type: [String, Number, Boolean] }, onChange: Function }; export { props as default }; //# sourceMappingURL=props.js.map