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
/
dropdown
/
const.js
11 lines
(8 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * xdesign v1.0.6 * (c) 2023 xdesign *
@license
MIT
*/
/* unplugin-vue-components disabled */
var
injectKey =
Symbol
(
"dropdownProvider"
);
export
{ injectKey };
//# sourceMappingURL=const.js.map