add svg attribute width and height for react element.

This commit is contained in:
benishouga
2015-07-30 01:03:33 +09:00
parent f6c8ca4719
commit 8c18f7d318
+2
View File
@@ -540,6 +540,7 @@ declare module __React {
fy?: number | string;
gradientTransform?: string;
gradientUnits?: string;
height?: number | string;
markerEnd?: string;
markerMid?: string;
markerStart?: string;
@@ -564,6 +565,7 @@ declare module __React {
transform?: string;
version?: string;
viewBox?: string;
width?: number | string;
x1?: number | string;
x2?: number | string;
x?: number | string;