UNPKG

@rviseui/notifications

Version:

Notification system based on Rvise components

17 lines (11 loc) 565 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Notifications = require('./Notifications/Notifications.js'); var events = require('./events.js'); exports.Notifications = Notifications.Notifications; exports.cleanNotifications = events.cleanNotifications; exports.cleanNotificationsQueue = events.cleanNotificationsQueue; exports.hideNotification = events.hideNotification; exports.notifications = events.notifications; exports.showNotification = events.showNotification; exports.updateNotification = events.updateNotification;