UNPKG
song-ui-u
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.12
1.1.10
1.1.9
1.1.8
1.1.7
1.0.3
vue3 + js的PC前端组件库
song-ui-u
/
es
/
components
/
menu
/
src
/
constant.mjs
7 lines
(5 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
MENU_KEY
=
Symbol
(
"menuContext"
);
const
MENU_ITEM_KEY
=
Symbol
(
"menuItemContext"
);
const
SUB_MENU_KEY
=
Symbol
(
"subMenuContext"
);
export
{
MENU_ITEM_KEY
,
MENU_KEY
,
SUB_MENU_KEY
};
//# sourceMappingURL=constant.mjs.map