Skip to content

Commit

Permalink
backport #3971
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 22, 2024
1 parent 91f119e commit 740bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ export namespace JSXInternal {
httpEquiv?: string | undefined | SignalLike<string | undefined>;
icon?: string | undefined | SignalLike<string | undefined>;
id?: string | undefined | SignalLike<string | undefined>;
indeterminate?: boolean | undefined | SignalLike<boolean>;
indeterminate?: boolean | undefined | SignalLike<boolean | undefined>;
inert?: boolean | undefined | SignalLike<boolean | undefined>;
inputMode?: string | undefined | SignalLike<string | undefined>;
integrity?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit 740bb7b

Please sign in to comment.