diff --git a/html/index.d.ts b/html/index.d.ts index c44d0c4857..802d0f6bc8 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -572,6 +572,10 @@ export interface AnchorHTMLAttributes extends HTMLAttributes "sveltekit:noscroll"?: true | undefined | null; "sveltekit:prefetch"?: true | undefined | null; "sveltekit:reload"?: true | undefined | null; + + // Sapper + "sapper:noscroll"?: true | undefined | null; + "sapper:prefetch"?: true | undefined | null; } export interface AudioHTMLAttributes extends MediaHTMLAttributes {}