Skip to content

Commit

Permalink
Merge pull request #3971 from preactjs/types/indeterminate
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Apr 17, 2023
2 parents 362bcd8 + 65a5462 commit d8e9ba2
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 @@ -1724,7 +1724,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>;
inputMode?: string | undefined | SignalLike<string | undefined>;
integrity?: string | undefined | SignalLike<string | undefined>;
is?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit d8e9ba2

Please sign in to comment.