mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Merge pull request #5896 from ccapndave/react-svg-strokemiterlimit
Added missing strokeMiterLimit to SVG attributes
This commit is contained in:
2
react/react.d.ts
vendored
2
react/react.d.ts
vendored
@@ -572,6 +572,7 @@ declare namespace __React {
|
||||
stroke?: string;
|
||||
strokeDasharray?: string;
|
||||
strokeLinecap?: string;
|
||||
strokeMiterlimit?: string;
|
||||
strokeOpacity?: number | string;
|
||||
strokeWidth?: number | string;
|
||||
textAnchor?: string;
|
||||
@@ -1373,6 +1374,7 @@ declare module "react/addons" {
|
||||
stroke?: string;
|
||||
strokeDasharray?: string;
|
||||
strokeLinecap?: string;
|
||||
strokeMiterlimit?: string;
|
||||
strokeOpacity?: number | string;
|
||||
strokeWidth?: number | string;
|
||||
textAnchor?: string;
|
||||
|
||||
Reference in New Issue
Block a user