Merge pull request #13668 from DefinitelyTyped/react_target

react: Add link about SyntheticEvent.target
This commit is contained in:
Andy
2017-01-05 13:14:29 -08:00
committed by GitHub
+1
View File
@@ -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;