Skip to content

Commit

Permalink
fix typescript definition for class | className (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
PodaruDragos committed Sep 7, 2022
1 parent 803dbb5 commit a5258a9
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 a5258a9

Please sign in to comment.