UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

30 lines (27 loc) 499 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* 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); } } }; export { props as default }; //# sourceMappingURL=props.js.map