Skip to content

Commit

Permalink
Merge pull request #24 from danielhjacobs/danielhjacobs-patch-2
Browse files Browse the repository at this point in the history
Add missing HTML attributes
  • Loading branch information
Lusito authored Jul 21, 2024
2 parents c76d788 + b85a087 commit 7440919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsx-dom-types/src/HTMLAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export interface HTMLAttributes {
alt?: string;
as?: string;
async?: boolean;
autocapitalize?: string;
autocomplete?: string;
autofocus?: boolean;
autoplay?: boolean;
Expand Down

0 comments on commit 7440919

Please sign in to comment.