mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
fix: typings for svelte:document
This commit is contained in:
parent
fed93ab9e1
commit
0700abe41d
1
elements/index.d.ts
vendored
1
elements/index.d.ts
vendored
@ -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…
Reference in New Issue
Block a user