strokeMiterlimit was left out of the React 0.14 typings

This commit is contained in:
Dave Keen
2015-12-07 12:28:15 +01:00
parent 8cd79728ef
commit 7f14ac023a
+1
View File
@@ -1864,6 +1864,7 @@ declare namespace __React {
stroke?: string;
strokeDasharray?: string;
strokeLinecap?: string;
strokeMiterlimit?: string;
strokeOpacity?: number | string;
strokeWidth?: number | string;
textAnchor?: string;