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;
|