@mantine/notifications
Version:
Mantine notifications system
4 lines (3 loc) • 535 B
JavaScript
import { cleanNotifications, cleanNotificationsQueue, createNotificationsStore, hideNotification, notifications, notificationsStore, showNotification, updateNotification, updateNotificationsState, useNotifications } from "./notifications.store.mjs";
import { Notifications } from "./Notifications.mjs";
export { Notifications, cleanNotifications, cleanNotificationsQueue, createNotificationsStore, hideNotification, notifications, notificationsStore, showNotification, updateNotification, updateNotificationsState, useNotifications };