Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a1b19a

Browse filesBrowse files
Merge pull request #4334 from preactjs/jsx-template
fix(types): add template tag JSX type
2 parents 757746a + 45860dc commit 3a1b19a
Copy full SHA for 3a1b19a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/jsx.d.ts

Copy file name to clipboardExpand all lines: src/jsx.d.ts
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,6 +2986,7 @@ export namespace JSXInternal {
29862986
table: HTMLAttributes<HTMLTableElement>;
29872987
tbody: HTMLAttributes<HTMLTableSectionElement>;
29882988
td: HTMLAttributes<HTMLTableCellElement>;
2989+
template: HTMLAttributes<HTMLTemplateElement>;
29892990
textarea: HTMLAttributes<HTMLTextAreaElement>;
29902991
tfoot: HTMLAttributes<HTMLTableSectionElement>;
29912992
th: HTMLAttributes<HTMLTableCellElement>;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.