Skip to content

Commit

Permalink
fix: typings for svelte:document
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Mar 20, 2023
1 parent fed93ab commit 0700abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 0700abe

Please sign in to comment.