From 116717a3f6baa68319ab1d18d34bdba292bd0460 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 26 Aug 2022 13:16:36 +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 3438ac4d6c..ca2b2cda21 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -1504,7 +1504,7 @@ export interface SvelteHTMLElements { track: HTMLTrackAttributes; u: HTMLAttributes; ul: HTMLAttributes; - "var": HTMLAttributes; + var: HTMLAttributes; video: HTMLVideoAttributes; wbr: HTMLAttributes; webview: HTMLWebViewAttributes;