Skip to content

Commit

Permalink
Merge pull request #363 from titoBouzout/patch-8
Browse files Browse the repository at this point in the history
add `is` to `HTMLAttributes`
  • Loading branch information
ryansolid authored Oct 7, 2024
2 parents 78e430e + a8af9b9 commit e472786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ export namespace JSX {
draggable?: boolean | "false" | "true" | undefined;
hidden?: boolean | "hidden" | "until-found" | undefined;
id?: string | undefined;
is?: string | undefined;
inert?: boolean | undefined;
lang?: string | undefined;
spellcheck?: boolean | undefined;
Expand Down

0 comments on commit e472786

Please sign in to comment.