UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

34 lines (29 loc) 577 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */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