From 7bee2838d6f79679976f9b27a2b897f4d5eb018e Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:11:33 +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 2cfdee229d..697155e9c7 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -990,7 +990,7 @@ export interface TableHTMLAttributes extends HTMLAttributes { cellpadding?: number | string | undefined | null; cellspacing?: number | string | undefined | null; frame?: boolean | undefined | null; - rules?: "none" | "groups" | "rows" | "columns" | "all" | undefined | null; + rules?: 'none' | 'groups' | 'rows' | 'columns' | 'all' | undefined | null; summary?: string | undefined | null; width?: number | string | undefined | null; }