UNPKG
chris-ui
Version:
latest (0.0.5)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Chris/赵愚豪 - 自研UI
chris-ui
/
Com
/
crs-icon
/
index.js
12 lines
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import fmtUnit
from
'../_util/fmtUnit'
;
Component
({
props
: {
type
:
''
,
size
:
fmtUnit
(
17
),
color
:
''
,
className
:
''
},
data
: {
valueUnit
:
fmtUnit
(
'px'
) } });