mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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:
Vendored
+1
@@ -1864,6 +1864,7 @@ declare namespace __React {
|
||||
stroke?: string;
|
||||
strokeDasharray?: string;
|
||||
strokeLinecap?: string;
|
||||
strokeMiterlimit?: string;
|
||||
strokeOpacity?: number | string;
|
||||
strokeWidth?: number | string;
|
||||
textAnchor?: string;
|
||||
|
||||
Reference in New Issue
Block a user