Skip to content

Commit

Permalink
(fix) jsx spellcheck typing
Browse files Browse the repository at this point in the history
Is an enumerable attribute, meaning the strings "true"/"false" are valid values
  • Loading branch information
dummdidumm authored Mar 10, 2021
1 parent 34debbb commit a9dfc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte2tsx/svelte-jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ declare namespace svelte.JSX {
sizes?: string;
slot?: string;
span?: number;
spellcheck?: boolean;
spellcheck?: boolean | 'true' | 'false';
src?: string;
srcdoc?: string;
srclang?: string;
Expand Down

0 comments on commit a9dfc85

Please sign in to comment.