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:
Bernie Sumption
2016-01-25 17:38:46 +00:00
parent 7b3d5a6ea5
commit 69154f67ee
+1
View File
@@ -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;