mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #16941 from dyst5422/patch-2
React: Add animateTransform SVG element to JSX.IntrinsicElements
This commit is contained in:
1
types/react/index.d.ts
vendored
1
types/react/index.d.ts
vendored
@@ -2857,6 +2857,7 @@ declare global {
|
||||
svg: React.SVGProps<SVGSVGElement>;
|
||||
|
||||
animate: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateElement but is not in TypeScript's lib.dom.d.ts for now.
|
||||
animateTransform: React.SVGProps<SVGElement>; // TODO: It is SVGAnimateTransformElement but is not in TypeScript's lib.dom.d.ts for now.
|
||||
circle: React.SVGProps<SVGCircleElement>;
|
||||
clipPath: React.SVGProps<SVGClipPathElement>;
|
||||
defs: React.SVGProps<SVGDefsElement>;
|
||||
|
||||
Reference in New Issue
Block a user