Skip to content

Commit

Permalink
Merge branch 'master' into cleanup-unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 9, 2022
2 parents 04eaeb4 + a5258a9 commit b636502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jsx.d.ts
Expand Up @@ -656,8 +656,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 b636502

Please sign in to comment.