UNPKG

tdesign-vue-next

Version:
53 lines (48 loc) 914 B
/** * tdesign v1.17.7 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { beforeChange: { type: Function }, customValue: { type: Array }, disabled: { type: Boolean, "default": void 0 }, label: { type: [Array, Function], "default": function _default() { return []; } }, loading: Boolean, size: { type: String, "default": "medium", validator: function validator(val) { if (!val) return true; return ["small", "medium", "large"].includes(val); } }, value: { type: [String, Number, Boolean], "default": void 0 }, modelValue: { type: [String, Number, Boolean], "default": void 0 }, defaultValue: { type: [String, Number, Boolean] }, onChange: Function }; exports["default"] = props; //# sourceMappingURL=props.js.map