mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #6236 from ampext/react-oncontextmenu-patch
added onContextMenu attribute to react DOMAttributesBase
This commit is contained in:
Vendored
+1
@@ -354,6 +354,7 @@ declare namespace __React {
|
||||
onInput?: FormEventHandler;
|
||||
onSubmit?: FormEventHandler;
|
||||
onClick?: MouseEventHandler;
|
||||
onContextMenu?: MouseEventHandler;
|
||||
onDoubleClick?: MouseEventHandler;
|
||||
onDrag?: DragEventHandler;
|
||||
onDragEnd?: DragEventHandler;
|
||||
|
||||
Reference in New Issue
Block a user