diff --git a/html/index.d.ts b/html/index.d.ts
index 6d6ecb65d4..e99a1a2ce8 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -1024,7 +1024,7 @@ export interface TdHTMLAttributes extends HTMLAttributes {
abbr?: string | undefined | null;
height?: number | string | undefined | null;
width?: number | string | undefined | null;
- valign?: "top" | "middle" | "bottom" | "baseline" | undefined | null;
+ valign?: 'top' | 'middle' | 'bottom' | 'baseline' | undefined | null;
}
export interface ThHTMLAttributes extends HTMLAttributes {