From 58064fdddbf90468ad05ebe29fbde55bb1625476 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:11:50 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Ignatius Bagus --- html/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {