UNPKG

tua-body-scroll-lock

Version:

🔐Body scroll locking that just works with everything

11 lines (10 loc) 270 B
import type { BSLOptions, LockState } from './types'; /** * get current lockState * @param options * @returns lockState */ export declare function getLockState(options?: BSLOptions): LockState; export declare namespace getLockState { var lockState: LockState; }