Skip to content

Commit

Permalink
Update packages/html/jsx.d.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Fiorette <[email protected]>
  • Loading branch information
arthurfiorette authored May 6, 2024
1 parent 05bf560 commit 5820112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare namespace JSX {
| 'search'
| 'email'
| 'url'
| (string & {});
| AnyString;
dir?: undefined | string;
hidden?: undefined | string | boolean;
id?: undefined | number | string;
Expand Down

0 comments on commit 5820112

Please sign in to comment.