UNPKG

tdesign-vue-next

Version:
34 lines (29 loc) 540 B
/** * tdesign v1.11.5 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var props = { maxItemWidth: { type: String, "default": void 0 }, options: { type: Array }, separator: { type: [String, Function] }, theme: { type: String, "default": "light", validator: function validator(val) { if (!val) return true; return ["light"].includes(val); } } }; exports["default"] = props; //# sourceMappingURL=props.js.map