mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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