UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

9 lines (8 loc) 537 B
export * from './neo-notification-stack.model.js'; export * from './neo-notification.model.js'; export * from './neo-simple-notification.model.js'; export type * from './neo-notification-provider.model.js'; export { useNotificationService } from './neo-notification-provider.model.js'; export { default as NeoNotificationProvider } from './NeoNotificationProvider.svelte'; export { default as NeoNotificationStack } from './NeoNotificationStack.svelte'; export { default as NeoSimpleNotification } from './NeoSimpleNotification.svelte';