We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7be55 commit 6446801Copy full SHA for 6446801
src/index.d.ts
@@ -33,7 +33,7 @@ export interface SvelteToastOptions {
33
intro?: FlyParams
34
theme?: { [key: string]: string }
35
component?: {
36
- src: SvelteComponent
+ src: typeof SvelteComponent
37
props?: { [key: string]: any }
38
sendIdTo?: string
39
}
0 commit comments