mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #8020 from tomduncalf/react_add_hgroup
Add missing hgroup element to react.d.ts
This commit is contained in:
Vendored
+4
-2
@@ -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<HTMLHeadingElement>;
|
||||
head: React.HTMLProps<HTMLHeadElement>;
|
||||
header: React.HTMLProps<HTMLElement>;
|
||||
hgroup: React.HTMLProps<HTMLElement>;
|
||||
hr: React.HTMLProps<HTMLHRElement>;
|
||||
html: React.HTMLProps<HTMLHtmlElement>;
|
||||
i: React.HTMLProps<HTMLElement>;
|
||||
|
||||
Reference in New Issue
Block a user