Skip to content

Commit

Permalink
Merge pull request #4497 from preactjs/fix/remove-spellCheck-type
Browse files Browse the repository at this point in the history
fix: Remove incorrect `spellCheck` type
  • Loading branch information
rschristian authored Sep 14, 2024
2 parents 75fa1f3 + 2647dae commit 1807173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,6 @@ export namespace JSXInternal {
slot?: string | undefined | SignalLike<string | undefined>;
span?: number | undefined | SignalLike<number | undefined>;
spellcheck?: boolean | undefined | SignalLike<boolean | undefined>;
spellCheck?: boolean | undefined | SignalLike<boolean | undefined>;
src?: string | undefined | SignalLike<string | undefined>;
srcSet?: string | undefined | SignalLike<string | undefined>;
srcset?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit 1807173

Please sign in to comment.