@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 312 B
TypeScript
import type { NotificationProviderProps } from './neo-notification-provider.model.js';
declare const NeoNotificationProvider: import("svelte").Component<NotificationProviderProps, {}, "services">;
type NeoNotificationProvider = ReturnType<typeof NeoNotificationProvider>;
export default NeoNotificationProvider;