constl = (t, e) => {
let r = 0;
if (e.current && t.current) {
const n = t.current.scrollHeight, { scrollHeight: i, clientHeight: c } = e.current;
r = n + (i - c);
}
return r;
};
export {
l as getTotalOverlayHeight
};
//# sourceMappingURL=getTotalOverlayHeight.es.js.map