UNPKG
@z-utils/react
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.3
0.1.1
0.1.0
zzy 工具库/react
@z-utils/react
/
cjs
/
default
/
devtools
/
getDomStyle.js
2 lines
(1 loc)
•
74 B
JavaScript
View Raw
1
2
"use strict"
;
module
.
exports
=
function
(
t,e
){
return
getComputedStyle
(t)[e]};