diff --git a/react/react.d.ts b/react/react.d.ts index fb04cf0f5..bd3581111 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -1864,6 +1864,7 @@ declare namespace __React { stroke?: string; strokeDasharray?: string; strokeLinecap?: string; + strokeMiterlimit?: string; strokeOpacity?: number | string; strokeWidth?: number | string; textAnchor?: string;