Skip to content

Commit 0700abe

Browse files
authored
fix: typings for svelte:document
1 parent fed93ab commit 0700abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elements/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,7 @@ export interface SvelteHTMLElements {
15861586

15871587
// Svelte specific
15881588
'svelte:window': SvelteWindowAttributes;
1589+
'svelte:document': HTMLAttributes<Document>;
15891590
'svelte:body': HTMLAttributes<HTMLElement>;
15901591
'svelte:fragment': { slot?: string };
15911592
'svelte:options': { [name: string]: any };

0 commit comments

Comments
 (0)