Skip to content

Commit

Permalink
Add attribute definition spellCheck to HTMLAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
craftedsystems committed Jun 15, 2021
1 parent 40f7c65 commit 50b90f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ export namespace JSXInternal {
slot?: string;
span?: number;
spellcheck?: boolean;
spellCheck?: boolean;
src?: string;
srcset?: string;
srcDoc?: string;
Expand Down

0 comments on commit 50b90f8

Please sign in to comment.