UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 266 B
exports.__esModule=!0,exports.setScrollParam=void 0;exports.setScrollParam=({axis:e,parent:o,distance:t})=>{if(!o&&"undefined"==typeof document)return;const s="y"===e?"scrollTop":"scrollLeft";if(o)o[s]=t;else{const{body:e,documentElement:o}=document;e[s]=t,o[s]=t}};