UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 259 B
exports.__esModule=!0,exports.getScrollStart=void 0;exports.getScrollStart=({axis:t,parent:e})=>{if(!e&&"undefined"==typeof document)return 0;const o="y"===t?"scrollTop":"scrollLeft";if(e)return e[o];const{body:r,documentElement:n}=document;return r[o]+n[o]};