Skip to content

Commit

Permalink
fix: missing ScrollBehavior#stop in index.d.ts (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
zweimach authored Mar 11, 2020
1 parent 826eb9f commit 7604dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ declare module 'scroll-behavior' {
target: ScrollPosition | string,
) => void;

stop(): void;

startIgnoringScrollEvents(): void;

stopIgnoringScrollEvents(): void;
Expand Down

0 comments on commit 7604dc7

Please sign in to comment.