@rviseui/notifications
Version:
Notification system based on Rvise components
17 lines (11 loc) • 565 B
JavaScript
;
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;