ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (13 loc) • 557 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NotificationContainer = void 0;
var _NotificationPanel = require("../../components/NotificationPanel");
var _phoneContext = require("../../lib/phoneContext");
var NotificationContainer = (0, _phoneContext.connectModule)(function (phone) {
return phone.alertUI;
})(_NotificationPanel.NotificationPanel);
exports.NotificationContainer = NotificationContainer;
//# sourceMappingURL=NotificationContainer.js.map