We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f8d4a commit 22ed794Copy full SHA for 22ed794
src/lib/index.js
@@ -1,2 +1,6 @@
1
export { default as SvelteToast } from './SvelteToast.svelte'
2
export { toast } from './stores.js'
3
+
4
+/**
5
+ * @typedef {import('./stores.js').SvelteToastOptions} SvelteToastOptions
6
+ */
0 commit comments