UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

14 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rectToClientRect = void 0; const rectToClientRect = (rect) => { return { ...rect, top: rect.y, left: rect.x, right: rect.x + rect.width, bottom: rect.y + rect.height, }; }; exports.rectToClientRect = rectToClientRect; //# sourceMappingURL=rectToClientRect.js.map