Skip to content

Commit

Permalink
backport #3711
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Oct 26, 2022
1 parent 53621d9 commit fbe464c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jsx.d.ts
Expand Up @@ -647,8 +647,8 @@ export namespace JSXInternal {
challenge?: string;
checked?: boolean;
cite?: string;
class?: string;
className?: string;
class?: string | undefined;
className?: string | undefined;
cols?: number;
colSpan?: number;
content?: string;
Expand Down

0 comments on commit fbe464c

Please sign in to comment.