mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
Merge pull request #7783 from BernieSumption/patch-3
Added the clipPath SVG element
This commit is contained in:
commit
3266f71dfd
1
react/react.d.ts
vendored
1
react/react.d.ts
vendored
@ -2250,6 +2250,7 @@ declare namespace JSX {
|
||||
svg: React.SVGProps;
|
||||
|
||||
circle: React.SVGProps;
|
||||
clipPath: React.SVGProps;
|
||||
defs: React.SVGProps;
|
||||
ellipse: React.SVGProps;
|
||||
g: React.SVGProps;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user