From 03cd162da057a9cbf653119982e12233ae2b90a6 Mon Sep 17 00:00:00 2001 From: rdeline Date: Tue, 19 Jul 2016 23:04:42 -0700 Subject: [PATCH] Add marker to IntrinsicElements (#10173) --- react/react.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react/react.d.ts b/react/react.d.ts index 2d0d1f1136..57ef054943 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -2500,6 +2500,7 @@ declare namespace JSX { image: React.SVGProps; line: React.SVGProps; linearGradient: React.SVGProps; + marker: React.SVGProps; mask: React.SVGProps; path: React.SVGProps; pattern: React.SVGProps;