UNPKG

@svelte-put/noti

Version:

type-safe and headless async notification builder

6 lines (4 loc) 222 B
// Copyright (c) Quang Phan. All rights reserved. Licensed under the MIT license. export { portal } from './portal.js'; export { store } from './store.js'; export { default as Notification } from './Notification.svelte';