Skip to content

Commit

Permalink
Merge pull request #2822 from HuHguZ/jsx-animateTransform
Browse files Browse the repository at this point in the history
add animateTransform tag type
  • Loading branch information
marvinhagemeister authored Nov 11, 2020
2 parents 1e9e8f9 + 647ed4e commit 083935f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ export namespace JSXInternal {
svg: SVGAttributes<SVGSVGElement>;
animate: SVGAttributes<SVGAnimateElement>;
circle: SVGAttributes<SVGCircleElement>;
animateTransform: SVGAttributes<SVGAnimateElement>;
clipPath: SVGAttributes<SVGClipPathElement>;
defs: SVGAttributes<SVGDefsElement>;
desc: SVGAttributes<SVGDescElement>;
Expand Down

0 comments on commit 083935f

Please sign in to comment.