UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

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