mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
modify index.d.ts
This commit is contained in:
parent
052b722ac1
commit
f3f834a896
5
types/body-scroll-lock/index.d.ts
vendored
5
types/body-scroll-lock/index.d.ts
vendored
@ -1,5 +1,4 @@
|
||||
// Type definitions for body-scroll-lock 2.6
|
||||
// Project: https://github.com/willmcpo/body-scroll-lock (Does not have to be to GitHub, but prefer linking to a source code repository rather than to a project website.)
|
||||
// Project: https://github.com/willmcpo/body-scroll-lock
|
||||
// Definitions by: kimcoder <https://github.com/kimcoder>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
@ -11,3 +10,5 @@ export interface BodyScrollOptions {
|
||||
export function disableBodyScroll(targetElement: HTMLElement, options?: BodyScrollOptions): void;
|
||||
export function enableBodyScroll(targetElement: HTMLElement): void;
|
||||
export function clearAllBodyScrollLocks(): void;
|
||||
|
||||
export as namespace bodyScrollLock;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user