From 05038b3f910f48be272db420d09c84e26dfe6f88 Mon Sep 17 00:00:00 2001 From: Stepan Mikhaylyuk Date: Thu, 24 Nov 2016 16:19:00 +0300 Subject: [PATCH] added support for noindex html tag added support for noindex html tag see https://github.com/facebook/react/issues/5882 --- react/react.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react/react.d.ts b/react/react.d.ts index 364d1a478f..1cf06af218 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -2449,6 +2449,7 @@ declare namespace JSX { meta: React.HTMLProps; meter: React.HTMLProps; nav: React.HTMLProps; + noindex: React.HTMLProps; noscript: React.HTMLProps; object: React.HTMLProps; ol: React.HTMLProps;