Update html/index.d.ts

Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
pull/7649/head
Simon H 4 years ago committed by GitHub
parent 68809824f3
commit accecd8f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
html/index.d.ts vendored

@ -569,9 +569,9 @@ export interface AnchorHTMLAttributes extends HTMLAttributes<HTMLAnchorElement>
referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null; referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null;
// SvelteKit // SvelteKit
"sveltekit:noscroll"?: true | undefined | null; 'sveltekit:noscroll'?: true | undefined | null;
"sveltekit:prefetch"?: true | undefined | null; 'sveltekit:prefetch'?: true | undefined | null;
"sveltekit:reload"?: true | undefined | null; 'sveltekit:reload'?: true | undefined | null;
// Sapper // Sapper
"sapper:noscroll"?: true | undefined | null; "sapper:noscroll"?: true | undefined | null;

Loading…
Cancel
Save