Skip to content

Commit

Permalink
fix: zerodevx#106, expose SvelteToastOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
domuk-k committed Sep 13, 2024
1 parent 53f8d4a commit 22ed794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
export { default as SvelteToast } from './SvelteToast.svelte'
export { toast } from './stores.js'

/**
* @typedef {import('./stores.js').SvelteToastOptions} SvelteToastOptions
*/

0 comments on commit 22ed794

Please sign in to comment.