mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #13668 from DefinitelyTyped/react_target
react: Add link about SyntheticEvent.target
This commit is contained in:
Vendored
+1
@@ -284,6 +284,7 @@ declare namespace React {
|
||||
stopPropagation(): void;
|
||||
isPropagationStopped(): boolean;
|
||||
persist(): void;
|
||||
// If you thought this should be `EventTarget & T`, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/12239
|
||||
target: EventTarget;
|
||||
timeStamp: Date;
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user