Merge remote-tracking branch 'upstream/master' into types2.0-fix

This commit is contained in:
Mine Yalcinalp Starks
2016-08-05 17:32:30 -07:00
54 changed files with 3862 additions and 481 deletions

1
react/index.d.ts vendored
View File

@@ -281,6 +281,7 @@ declare namespace React {
preventDefault(): void;
stopPropagation(): void;
target: EventTarget & T;
persist(): void;
timeStamp: Date;
type: string;
}