UNPKG

ngx-bootstrap

Version:
4 lines 231 B
export function getClientRect(offsets) { return Object.assign(Object.assign({}, offsets), { right: (offsets.left || 0) + offsets.width, bottom: (offsets.top || 0) + offsets.height }); } //# sourceMappingURL=getClientRect.js.map