UNPKG
@pmwcs/base
Version:
latest (1.1.0)
next (1.0.0-2)
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-2
1.0.0-1
PMWCS base module
github.com/pmwcs/pmwcs
pmwcs/pmwcs
@pmwcs/base
/
next
/
utils
/
empty-client-rect.js
8 lines
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
emptyClientRect
=
{
bottom:
0
,
height:
0
,
left:
0
,
right:
0
,
top:
0
,
width:
0
}
;