Skip to content

Commit

Permalink
Merge pull request #4334 from preactjs/jsx-template
Browse files Browse the repository at this point in the history
fix(types): add template tag JSX type
  • Loading branch information
marvinhagemeister committed Apr 4, 2024
2 parents 757746a + 45860dc commit 3a1b19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Expand Up @@ -2986,6 +2986,7 @@ export namespace JSXInternal {
table: HTMLAttributes<HTMLTableElement>;
tbody: HTMLAttributes<HTMLTableSectionElement>;
td: HTMLAttributes<HTMLTableCellElement>;
template: HTMLAttributes<HTMLTemplateElement>;
textarea: HTMLAttributes<HTMLTextAreaElement>;
tfoot: HTMLAttributes<HTMLTableSectionElement>;
th: HTMLAttributes<HTMLTableCellElement>;
Expand Down

0 comments on commit 3a1b19a

Please sign in to comment.