mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 08:40:12 +00:00
Added missing strokeMiterLimit to SVG attributes
This commit is contained in:
2
react/react.d.ts
vendored
2
react/react.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user