diff --git a/html/index.d.ts b/html/index.d.ts index 2edb4afd3c..dd6f261eaf 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -1028,7 +1028,7 @@ export interface TdHTMLAttributes extends HTMLAttributes { } export interface ThHTMLAttributes extends HTMLAttributes { - align?: "left" | "center" | "right" | "justify" | "char" | undefined | null; + align?: 'left' | 'center' | 'right' | 'justify' | 'char' | undefined | null; colspan?: number | undefined | null; headers?: string | undefined | null; rowspan?: number | undefined | null;