UNPKG
@cs-open/react-fabric
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.10
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
React Fabric
cs-open.github.io/react-fabric/
cs-open/react-fabric
@cs-open/react-fabric
/
dist
/
esm
/
utils
/
dom.mjs
3 lines
(2 loc)
•
131 B
JavaScript
View Raw
1
2
3
"use client"
;
const
t
=e=>({
width
:e.
offsetWidth
,
height
:e.
offsetHeight
});
export
{t
as
getDimensions};
//# sourceMappingURL=dom.mjs.map