Skip to content

Commit 7f0e932

Browse files
committed
Better ts support (cherry-pick #107)
1 parent 46285c4 commit 7f0e932

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
export { default as SvelteToast } from './SvelteToast.svelte'
22
export { toast } from './stores.js'
3+
4+
/**
5+
* @typedef {import('./stores.js').SvelteToastOptions} SvelteToastOptions
6+
*/

0 commit comments

Comments
 (0)