Merge pull request #8236 from glatzert/master

[react] Updated interface HTMLAttributes
This commit is contained in:
Masahiro Wakame
2016-02-26 20:46:40 +09:00

3
react/react.d.ts vendored
View File

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