From 51eed609ae8fd96c94c3706437bb36e399adfec7 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:10:12 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Ignatius Bagus --- html/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.d.ts b/html/index.d.ts index 7de51a8619..2edb4afd3c 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -574,8 +574,8 @@ export interface AnchorHTMLAttributes extends HTMLAttributes 'sveltekit:reload'?: true | undefined | null; // Sapper - "sapper:noscroll"?: true | undefined | null; - "sapper:prefetch"?: true | undefined | null; + 'sapper:noscroll'?: true | undefined | null; + 'sapper:prefetch'?: true | undefined | null; } export interface AudioHTMLAttributes extends MediaHTMLAttributes {}