mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added the clipPath SVG element
Not sure when it was added, but the current version of react supports the clipPath element: http://facebook.github.io/react/docs/tags-and-attributes.html
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user