UNPKG

@mantine/notifications

Version:

Mantine notifications system

15 lines (14 loc) 1.05 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const require_notifications_store = require("./notifications.store.cjs"); const require_Notifications = require("./Notifications.cjs"); exports.Notifications = require_Notifications.Notifications; exports.cleanNotifications = require_notifications_store.cleanNotifications; exports.cleanNotificationsQueue = require_notifications_store.cleanNotificationsQueue; exports.createNotificationsStore = require_notifications_store.createNotificationsStore; exports.hideNotification = require_notifications_store.hideNotification; exports.notifications = require_notifications_store.notifications; exports.notificationsStore = require_notifications_store.notificationsStore; exports.showNotification = require_notifications_store.showNotification; exports.updateNotification = require_notifications_store.updateNotification; exports.updateNotificationsState = require_notifications_store.updateNotificationsState; exports.useNotifications = require_notifications_store.useNotifications;