fix: typings for `svelte:document`

pull/8402/head
Simon H 2 years ago committed by GitHub
parent fed93ab9e1
commit 0700abe41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1586,6 +1586,7 @@ export interface SvelteHTMLElements {
// Svelte specific
'svelte:window': SvelteWindowAttributes;
'svelte:document': HTMLAttributes<Document>;
'svelte:body': HTMLAttributes<HTMLElement>;
'svelte:fragment': { slot?: string };
'svelte:options': { [name: string]: any };

Loading…
Cancel
Save