Skip to content

Commit

Permalink
fix(types): add template tag JSX type
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Apr 4, 2024
1 parent 757746a commit 45860dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
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 45860dc

Please sign in to comment.