grafana/public/app/features/annotations/all.ts
2019-03-22 12:51:12 +01:00

6 lines
295 B
TypeScript

import { AnnotationsSrv } from './annotations_srv';
import { eventEditor } from './event_editor';
import { EventManager } from './event_manager';
import { annotationTooltipDirective } from './annotation_tooltip';
export { AnnotationsSrv, eventEditor, EventManager, annotationTooltipDirective };