UNPKG

wix-style-react

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