Skip to content

Commit b808eb6

Browse files
committed
Better target type
1 parent 2311067 commit b808eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/SvelteToast.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ToastItem from './ToastItem.svelte'
66
77
/** @type {import('./stores').SvelteToastOptions} */
88
export let options = {}
9+
/** @type {(string|'default')} */
910
export let target = 'default'
1011
1112
let items = []

0 commit comments

Comments
 (0)