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;