UNPKG

@svelte-put/noti

Version:

type-safe and headless async notification builder

10 lines (6 loc) 253 B
import type { SvelteComponent } from 'svelte'; import { NotificationInstance } from './public'; export type NotificationProps = { notification: NotificationInstance; }; export default class Notification extends SvelteComponent<NotificationProps> {}