mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
21 lines
451 B
JavaScript
21 lines
451 B
JavaScript
"use strict";
|
|
|
|
System.register(["./events", "./panelEvents"], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var CoreEvents, PanelEvents;
|
|
return {
|
|
setters: [function (_events) {
|
|
CoreEvents = _events;
|
|
}, function (_panelEvents) {
|
|
PanelEvents = _panelEvents;
|
|
}],
|
|
execute: function () {
|
|
_export("CoreEvents", CoreEvents);
|
|
|
|
_export("PanelEvents", PanelEvents);
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=index.js.map
|