UNPKG
svelte-toasty
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.0.0-dev
Easily configurable toast notification component for Svelte
svelte-toasty
/
src
/
svelte-toasty
/
store.js
4 lines
(2 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
import
{ writable }
from
"svelte/store"
;
export
const
store =
writable
();