mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Adds animate tag to the typings
This should fix https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14321
This commit is contained in:
2
react/index.d.ts
vendored
2
react/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user