We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757746a + 45860dc commit 3a1b19aCopy full SHA for 3a1b19a
src/jsx.d.ts
@@ -2986,6 +2986,7 @@ export namespace JSXInternal {
2986
table: HTMLAttributes<HTMLTableElement>;
2987
tbody: HTMLAttributes<HTMLTableSectionElement>;
2988
td: HTMLAttributes<HTMLTableCellElement>;
2989
+ template: HTMLAttributes<HTMLTemplateElement>;
2990
textarea: HTMLAttributes<HTMLTextAreaElement>;
2991
tfoot: HTMLAttributes<HTMLTableSectionElement>;
2992
th: HTMLAttributes<HTMLTableCellElement>;
0 commit comments