UNPKG

wix-style-react

Version:
12 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWidth = void 0; var getWidth = function getWidth(element) { return element ? element.getBoundingClientRect().width : 0; }; exports.getWidth = getWidth;