Merge pull request #7083 from ccapndave/react-svg-strokemiterlimit-0.14

strokeMiterlimit was left out of the React 0.14 typings
This commit is contained in:
Masahiro Wakame
2015-12-10 22:18:50 +09:00
+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;