diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 2accfbac89..4b1c2590a8 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -2986,6 +2986,7 @@ export namespace JSXInternal { table: HTMLAttributes; tbody: HTMLAttributes; td: HTMLAttributes; + template: HTMLAttributes; textarea: HTMLAttributes; tfoot: HTMLAttributes; th: HTMLAttributes;