primereact
Version:
PrimeReact is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with Prime
14 lines (8 loc) • 312 B
JavaScript
this.primereact = this.primereact || {};
this.primereact.overlayservice = (function (exports, utils) {
'use strict';
var OverlayService = utils.EventBus();
exports.OverlayService = OverlayService;
Object.defineProperty(exports, '__esModule', { value: true });
return exports;
})({}, primereact.utils);