UNPKG

@rviseui/notifications

Version:

Notification system based on Rvise components

5 lines 365 B
export { Notifications } from './Notifications/Notifications'; export { showNotification, updateNotification, hideNotification, cleanNotifications, cleanNotificationsQueue, notifications, } from './events'; export type { NotificationProps } from './types'; export type { NotificationsProps } from './Notifications/Notifications'; //# sourceMappingURL=index.d.ts.map