react: Add link about SyntheticEvent.target

This commit is contained in:
Andy Hanson
2017-01-01 17:19:11 -08:00
committed by Andy Hanson
parent 3633866ea5
commit 8200deb71d
+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;