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
/
dist
/
utils
/
empty-client-rect.js
15 lines
(14 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
emptyClientRect
=
void
0
;
var
emptyClientRect = {
bottom
:
0
,
height
:
0
,
left
:
0
,
right
:
0
,
top
:
0
,
width
:
0
};
exports
.
emptyClientRect
= emptyClientRect;