Added missing strokeMiterLimit to SVG attributes

This commit is contained in:
Dave Keen
2015-09-18 12:46:18 +02:00
parent 6f6e5c7dd9
commit 16dc2cea12
+2
View File
@@ -568,6 +568,7 @@ declare namespace __React {
stroke?: string;
strokeDasharray?: string;
strokeLinecap?: string;
strokeMiterlimit?: string;
strokeOpacity?: number | string;
strokeWidth?: number | string;
textAnchor?: string;
@@ -1365,6 +1366,7 @@ declare module "react/addons" {
stroke?: string;
strokeDasharray?: string;
strokeLinecap?: string;
strokeMiterlimit?: string;
strokeOpacity?: number | string;
strokeWidth?: number | string;
textAnchor?: string;