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
/
checkbox
/
constants.js
11 lines
(8 loc)
•
242 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
CheckboxGroupInjectionKey
=
Symbol
(
"CheckboxGroupProvide"
);
export
{
CheckboxGroupInjectionKey
};
//# sourceMappingURL=constants.js.map