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 46285c4 commit 7f0e932Copy full SHA for 7f0e932
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