@k-link/notifications
Version:
Notification system based on Klink UI components
18 lines (12 loc) • 599 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;
//# sourceMappingURL=index.js.map