Skip to content

Commit

Permalink
Merge pull request #3764 from mwszekely/master
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Oct 15, 2022
2 parents 43204de + b99d217 commit 7b7ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Expand Up @@ -977,7 +977,7 @@ export namespace JSXInternal {
i: HTMLAttributes<HTMLElement>;
iframe: HTMLAttributes<HTMLIFrameElement>;
img: HTMLAttributes<HTMLImageElement>;
input: HTMLAttributes<HTMLInputElement> & { defaultValue?: string };
input: HTMLAttributes<HTMLInputElement>;
ins: HTMLAttributes<HTMLModElement>;
kbd: HTMLAttributes<HTMLElement>;
keygen: HTMLAttributes<HTMLUnknownElement>;
Expand Down

0 comments on commit 7b7ac5f

Please sign in to comment.