UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

35 lines (30 loc) 544 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /* unplugin-vue-components disabled */var props = { content: { type: [String, Function] }, "default": { type: [String, Function] }, disabled: Boolean, icon: { type: Function }, popupProps: { type: Object }, title: { type: [String, Function] }, value: { type: [String, Number] } }; exports["default"] = props; //# sourceMappingURL=submenu-props.js.map