Adds animate tag to the typings

This should fix https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14321
This commit is contained in:
digiguru
2017-01-28 21:53:44 +00:00
committed by GitHub
parent 14db63a765
commit 17befb697c

2
react/index.d.ts vendored
View File

@@ -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;