Skip to content

Commit

Permalink
support onAuxClick & onAuxClickCapture events
Browse files Browse the repository at this point in the history
  • Loading branch information
diontools committed Apr 12, 2019
1 parent 8f64654 commit 95f214c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/Html.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Type definitions for Typerapp
// forked from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
// synced: 2019/03/30
// synced: 2019/04/12

/// <reference path="global.d.ts" />

Expand Down Expand Up @@ -353,6 +353,8 @@ declare namespace TyperApp {
onWaitingCapture?: ReactEventHandler<T>;

// MouseEvents
onAuxClick?: MouseEventHandler<T>;
onAuxClickCapture?: MouseEventHandler<T>;
onClick?: MouseEventHandler<T>;
onClickCapture?: MouseEventHandler<T>;
onContextMenu?: MouseEventHandler<T>;
Expand Down

0 comments on commit 95f214c

Please sign in to comment.