Skip to content

Commit

Permalink
add is to HTMLAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout authored Oct 4, 2024
1 parent d3b212b commit a8af9b9
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 @@ -757,6 +757,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 a8af9b9

Please sign in to comment.