From 17befb697c0b6551dd8d4df8bdaa3852fc838bf9 Mon Sep 17 00:00:00 2001 From: digiguru Date: Sat, 28 Jan 2017 21:53:44 +0000 Subject: [PATCH] Adds animate tag to the typings This should fix https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14321 --- react/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;