tdesign-vue-next
Version:
TDesign Component for vue-next
31 lines (28 loc) • 429 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
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