We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469f5b1 commit d049465Copy full SHA for d049465
src/index.d.ts
@@ -55,7 +55,6 @@ declare module 'react-idle-timer' {
55
'mouseout' |
56
'mouseup' |
57
'mousewheel' |
58
- 'mouseWheel' |
59
'MSPointerDown' |
60
'MSPointerMove' |
61
'offline' |
src/utils.js
@@ -24,7 +24,7 @@ export const DEFAULT_EVENTS = [
24
'keydown',
25
'wheel',
26
'DOMMouseScroll',
27
- 'mouseWheel',
+ 'mousewheel',
28
'mousedown',
29
'touchstart',
30
'touchmove',
0 commit comments