UNPKG

svelte-sonner

Version:

An opinionated toast component for Svelte.

5 lines (4 loc) 212 B
import { SonnerState } from '../toast-state.svelte.js'; import { Context } from 'runed'; export const richColorsContext = new Context('richColorsContext'); export const sonnerContext = new Context('<Toaster/>');