From f407264835650f5f38d4bb2c515a79e7a835916b Mon Sep 17 00:00:00 2001 From: Tom Duncalf Date: Tue, 9 Feb 2016 11:08:09 +0000 Subject: [PATCH] Add missing hgroup element to react.d.ts --- react/react.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/react/react.d.ts b/react/react.d.ts index 9b57288cfd..5753731b18 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -516,7 +516,7 @@ declare namespace __React { backgroundBlendMode?: any; backgroundColor?: any; - + backgroundComposite?: any; /** @@ -1362,7 +1362,7 @@ declare namespace __React { textAlignLast?: any; /** - * The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. + * The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink. * underline and overline decorations are positioned under the text, line-through over it. */ textDecoration?: any; @@ -1956,6 +1956,7 @@ declare namespace __React { h6: HTMLFactory; head: HTMLFactory; header: HTMLFactory; + hgroup: HTMLFactory; hr: HTMLFactory; html: HTMLFactory; i: HTMLFactory; @@ -2188,6 +2189,7 @@ declare namespace JSX { h6: React.HTMLProps; head: React.HTMLProps; header: React.HTMLProps; + hgroup: React.HTMLProps; hr: React.HTMLProps; html: React.HTMLProps; i: React.HTMLProps;