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