SVGAttributes inherit HTMLAttributes. fixed react-addons.d.ts and react-global.d.ts.

This commit is contained in:
benishouga
2015-08-04 00:01:32 +09:00
parent 8c18f7d318
commit 62bb9fd807
3 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -518,9 +518,7 @@ declare module "react/addons" {
unselectable?: boolean;
}
interface SVGAttributes extends DOMAttributes {
ref?: string | ((component: SVGComponent) => void);
interface SVGAttributes extends HTMLAttributes {
cx?: number | string;
cy?: number | string;
d?: string;
@@ -1048,4 +1046,3 @@ declare module "react/addons" {
identifiedTouch(identifier: number): Touch;
}
}