mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 01:10:08 +00:00
Merge pull request #10609 from NoHomey/patch-9
Adding missing methods from SyntheticEvent
This commit is contained in:
2
react/react.d.ts
vendored
2
react/react.d.ts
vendored
@@ -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