Merge remote-tracking branch 'upstream/types-2.0' into merge_7_25

This commit is contained in:
Ryan Cavanaugh
2016-07-27 16:13:04 -07:00
2 changed files with 31 additions and 34 deletions

3
react/index.d.ts vendored
View File

@@ -2060,9 +2060,6 @@ declare namespace React {
results?: number;
security?: string;
unselectable?: boolean;
// Allows aria- and data- Attributes
[key: string]: any;
}
interface SVGAttributes<T> extends HTMLAttributes<T> {