UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

11 lines (10 loc) 262 B
function rectToClientRect(rect) { return Object.assign({}, rect, { left: rect.x, top: rect.y, right: rect.x + rect.width, bottom: rect.y + rect.height }); } export { rectToClientRect as default }; //# sourceMappingURL=rectToClientRect.js.map