mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-03 19:42:27 +08:00
[jquery-mousewheel] Add specialized signature for 'mousewheel'.
This commit is contained in:
1
types/jquery-mousewheel/index.d.ts
vendored
1
types/jquery-mousewheel/index.d.ts
vendored
@@ -17,6 +17,7 @@ declare namespace JQueryMousewheel {
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
on(event: 'mousewheel', handler: (eventObject: JQueryMousewheel.JQueryMousewheelEventObject, ...args: any[]) => any): JQuery;
|
||||
mousewheel(handler: (eventObject: JQueryMousewheel.JQueryMousewheelEventObject, ...args: any[]) => any): JQuery
|
||||
unmousewheel(): JQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user