UNPKG

tua-body-scroll-lock

Version:

🔐Body scroll locking that just works with everything

4 lines (3 loc) 199 B
import type { BSLOptions } from './types'; export declare function setOverflowForPc(options?: BSLOptions): () => void; export declare function setOverflowForMobile(options?: BSLOptions): () => void;