From ea049ac2e91edf53191ecfee01e7d54ff51b588f Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:09:47 +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 0715f92ab9..f9749193c4 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -469,7 +469,7 @@ export interface HTMLAttributes extends AriaAttributes, D // Standard HTML Attributes accesskey?: string | undefined | null; class?: string | undefined | null; - contenteditable?: Booleanish | "inherit" | undefined | null; + contenteditable?: Booleanish | 'inherit' | undefined | null; contextmenu?: string | undefined | null; dir?: string | undefined | null; draggable?: Booleanish | undefined | null;