Files
emaui/node_modules/@mantine/notifications/lib/index.d.ts
2026-05-29 15:23:46 +03:00

5 lines
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';