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
/
lib
/
components
/
collapse
/
constants.cjs
9 lines
(6 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
const
COLLAPSE_KEY
=
Symbol
(
"collapse"
);
const
COLLAPSE_ITEM_KEY
=
Symbol
(
"collapse-item"
);
exports
.
COLLAPSE_ITEM_KEY
=
COLLAPSE_ITEM_KEY
;
exports
.
COLLAPSE_KEY
=
COLLAPSE_KEY
;
//# sourceMappingURL=constants.cjs.map