Skip to content

Commit

Permalink
[body-scroll-lock-upgrade] Fix module naming (#4545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Oct 26, 2023
1 parent 081baee commit 485275a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
declare module 'body-scroll-lock' {
declare module 'body-scroll-lock-upgrade' {
declare type BodyScrollOptions = {|
reserveScrollBarGap?: boolean,
allowTouchMove?: (el: any) => boolean,
Expand Down
Expand Up @@ -4,7 +4,7 @@ import {
disableBodyScroll,
enableBodyScroll,
clearAllBodyScrollLocks,
} from 'body-scroll-lock';
} from 'body-scroll-lock-upgrade';

declare var element: HTMLElement;
declare var inputElement: HTMLInputElement;
Expand Down

0 comments on commit 485275a

Please sign in to comment.