From a18c27cb29c4e94bf8a8bf297d8a65a286fdd7d5 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:12:23 +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 4d6c44513d..09c9989a20 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -1581,7 +1581,7 @@ export interface SvelteHTMLElements { // Svelte specific 'svelte:window': SvelteWindowAttributes; 'svelte:body': HTMLAttributes; - 'svelte:fragment': { slot?: string; }; + 'svelte:fragment': { slot?: string }; 'svelte:options': { [name: string]: any }; 'svelte:head': { [name: string]: any };