diff --git a/react/index.d.ts b/react/index.d.ts index 8bf7bb21af..54d16a22d4 100644 --- a/react/index.d.ts +++ b/react/index.d.ts @@ -2522,6 +2522,7 @@ declare namespace React { // SVG svg: SVGFactory; + animate: SVGFactory; circle: SVGFactory; defs: SVGFactory; ellipse: SVGFactory; @@ -2749,6 +2750,7 @@ declare global { // SVG svg: React.SVGProps; + animate: React.SVGProps; circle: React.SVGProps; clipPath: React.SVGProps; defs: React.SVGProps;