module.ts 421 B

1234567891011
  1. import StackdriverDatasource from './datasource';
  2. import { StackdriverQueryCtrl } from './query_ctrl';
  3. import { StackdriverConfigCtrl } from './config_ctrl';
  4. import { StackdriverAnnotationsQueryCtrl } from './annotations_query_ctrl';
  5. export {
  6. StackdriverDatasource as Datasource,
  7. StackdriverQueryCtrl as QueryCtrl,
  8. StackdriverConfigCtrl as ConfigCtrl,
  9. StackdriverAnnotationsQueryCtrl as AnnotationsQueryCtrl,
  10. };