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
/
utils
/
themeType.cjs
9 lines
(6 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
const
themeType = {
info
:
"primary"
};
exports
.
themeType
= themeType;
//# sourceMappingURL=themeType.cjs.map