UNPKG

wix-style-react

Version:
7 lines (6 loc) 210 B
"use strict"; exports.__esModule = true; exports.getWidth = void 0; var getWidth = element => element ? element.getBoundingClientRect().width : 0; exports.getWidth = getWidth; //# sourceMappingURL=utils.js.map