UNPKG
hyj-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
测试文件
hyj-ui
/
lib
/
constants
/
common.js
8 lines
(7 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CLS_PREFIX
=
void
0
;
var
CLS_PREFIX
=
'myui'
;
exports
.
CLS_PREFIX
=
CLS_PREFIX
;