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.
target
1 parent 2311067 commit b808eb6Copy full SHA for b808eb6
src/lib/SvelteToast.svelte
@@ -6,6 +6,7 @@ import ToastItem from './ToastItem.svelte'
6
7
/** @type {import('./stores').SvelteToastOptions} */
8
export let options = {}
9
+/** @type {(string|'default')} */
10
export let target = 'default'
11
12
let items = []
0 commit comments