diff --git a/index.d.ts b/index.d.ts index 889d1095..5f1166e8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -102,7 +102,7 @@ export interface ClipProps { clipPath?: string } -VectorEffectProps { +interface VectorEffectProps { vectorEffect?: "none" | "non-scaling-stroke" | "nonScalingStroke" | "default" | "inherit" | "uri"; }