UNPKG
st-common-ui-utils
Version:
latest (0.1.1)
0.1.1
0.1.0
小尾巴前端通用 UI 工具库
st-common-ui-utils
/
lib
/
utils
/
el-size-util.js
2 lines
(1 loc)
•
153 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
,{
value
:
"Module"
});
const
t
=(
e,r=
"px"
)=>
typeof
e==
"number"
?e+
r
:e;
exports
.
elSizePreHandler
=t;