diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 065094a279..2d41f2ccc9 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -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;