UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

8 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getWidth = void 0; var getWidth = function (element) { return element ? element.getBoundingClientRect().width : 0; }; exports.getWidth = getWidth; //# sourceMappingURL=utils.js.map