mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-22 09:00:31 +00:00
Merge pull request #10609 from NoHomey/patch-9
Adding missing methods from SyntheticEvent
This commit is contained in:
Vendored
+2
@@ -276,7 +276,9 @@ declare namespace __React {
|
||||
isTrusted: boolean;
|
||||
nativeEvent: Event;
|
||||
preventDefault(): void;
|
||||
isDefaultPrevented(): boolean;
|
||||
stopPropagation(): void;
|
||||
isPropagationStopped(): boolean;
|
||||
persist(): void;
|
||||
target: EventTarget;
|
||||
timeStamp: Date;
|
||||
|
||||
Reference in New Issue
Block a user