Skip to content

Commit

Permalink
support search element (#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Aug 7, 2023
1 parent 485320f commit 14aaa21
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 @@ -2111,6 +2111,7 @@ export namespace JSXInternal {
s: HTMLAttributes<HTMLElement>;
samp: HTMLAttributes<HTMLElement>;
script: HTMLAttributes<HTMLScriptElement>;
search: HTMLAttributes<HTMLElement>;
section: HTMLAttributes<HTMLElement>;
select: HTMLAttributes<HTMLSelectElement>;
slot: HTMLAttributes<HTMLSlotElement>;
Expand Down

0 comments on commit 14aaa21

Please sign in to comment.