Skip to content

Commit 50b90f8

Browse files
Add attribute definition spellCheck to HTMLAttributes
1 parent 40f7c65 commit 50b90f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ export namespace JSXInternal {
733733
slot?: string;
734734
span?: number;
735735
spellcheck?: boolean;
736+
spellCheck?: boolean;
736737
src?: string;
737738
srcset?: string;
738739
srcDoc?: string;

0 commit comments

Comments
 (0)