From 45860dc2a9cfd793432ee038616697374b50aaa1 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Thu, 4 Apr 2024 09:25:59 +0200 Subject: [PATCH] fix(types): add template tag JSX type --- src/jsx.d.ts | 1 + 1 file changed, 1 insertion(+) 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;