@dune2/mantine-notifications
Version:
Mantine notifications system
5 lines (4 loc) • 535 B
TypeScript
export { notifications, showNotification, hideNotification, cleanNotifications, cleanNotificationsQueue, updateNotification, updateNotificationsState, createNotificationsStore, notificationsStore, useNotifications, } from './notifications.store';
export { Notifications } from './Notifications';
export type { NotificationData, NotificationsState, NotificationsStore, } from './notifications.store';
export type { NotificationsCssVariables, NotificationsFactory, NotificationsProps, NotificationsStylesNames, } from './Notifications';