mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
74c65eca26
* updated * Experimenting with event bus with legacy support * Before switch to emitter * EventBus & Emitter unification * Everything using new EventBus * Making progress * Fixing merge issues * Final merge issues * Updated * Updates * Fix * Updated * Update * Update * Rename methods to publish and subscribe * Ts fixes * Updated * updated * fixing doc warnigns * removed unused file
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import { EventBusSrv, EventBusExtended } from '@grafana/data';
|
|
|
|
export const appEvents: EventBusExtended = new EventBusSrv();
|
|
|
|
export default appEvents;
|