UNPKG

tua-body-scroll-lock

Version:

🔐Body scroll locking that just works with everything

4 lines (3 loc) 172 B
declare const lock: (targetElement?: HTMLElement | undefined) => void; declare const unlock: (targetElement?: HTMLElement | undefined) => void; export { lock, unlock };