@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 267 B
JavaScript
exports.__esModule=!0,exports.getScrollWidth=function(){if("undefined"==typeof window||"undefined"==typeof document)return 0;const e=parseInt(window.getComputedStyle(document.body).paddingRight,10),t=window.innerWidth-document.documentElement.clientWidth;return e+t};