From 69154f67eeca204d18c7525100d350bba4f21ab1 Mon Sep 17 00:00:00 2001 From: Bernie Sumption Date: Mon, 25 Jan 2016 17:38:46 +0000 Subject: [PATCH] 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 --- react/react.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react/react.d.ts b/react/react.d.ts index 8b4f32587c..3dff126f45 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -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;