UNPKG

@pmwcs/base

Version:
15 lines (14 loc) 253 B
"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;