app_events.ts 153 B

12345
  1. import { EventBusSrv, EventBusExtended } from '@grafana/data';
  2. export const appEvents: EventBusExtended = new EventBusSrv();
  3. export default appEvents;