UNPKG
xdesign-vue-next
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
XDesign Component for vue-next
xdesign-vue-next
/
lib
/
menu
/
menu-group-props.js
15 lines
(12 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * xdesign v1.0.6 * (c) 2023 xdesign *
@license
MIT
*/
/* unplugin-vue-components disabled */
var
props = {
title
: {
type
: [
String
,
Function
] } };
export
{ props
as
default
};
//# sourceMappingURL=menu-group-props.js.map