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 accecd8f20
commit 51eed609ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
html/index.d.ts vendored

@ -574,8 +574,8 @@ export interface AnchorHTMLAttributes extends HTMLAttributes<HTMLAnchorElement>
'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<HTMLAudioElement> {}

Loading…
Cancel
Save