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
/
anchor
/
constants.js
11 lines
(8 loc)
•
230 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
AnchorInjectionKey
=
Symbol
(
"AnchorInjectionProvide"
);
export
{
AnchorInjectionKey
};
//# sourceMappingURL=constants.js.map