scroll-lock-body-2
Version:
scroll lock the body and remember the position
11 lines • 530 B
TypeScript
export declare const enableScrollLock: () => void;
export declare const disableScrollLock: () => void;
export declare const isScrollLockEnabled: () => boolean;
/**
* --------------------------------------------------------------------------
* Bootstrap (v5.0.0): util/scrollBar.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
export declare const getScrollbarWidth: () => number;
//# sourceMappingURL=index.d.ts.map