UNPKG

m3-svelte

Version:

M3 Svelte implements the Material 3 design system in Svelte. See the [website](https://kendell.dev/m3-svelte/) for demos and usage instructions.

8 lines (7 loc) 336 B
export declare const snackbar: (message: string, actions?: Record<string, () => void>, closable?: boolean, timeout?: number) => void; type $$ComponentProps = { closeTitle?: string; }; declare const Snackbar: import("svelte").Component<$$ComponentProps, {}, "">; type Snackbar = ReturnType<typeof Snackbar>; export default Snackbar;