mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			15 lines
		
	
	
		
			429 B
		
	
	
	
		
			TypeScript
		
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			429 B
		
	
	
	
		
			TypeScript
		
	
	
	
|  | // import { StackdriverDatasource } from './datasource';
 | ||
|  | // import { StackdriverQueryCtrl } from './query_ctrl';
 | ||
|  | import { StackdriverConfigCtrl } from './config_ctrl'; | ||
|  | 
 | ||
|  | // class AnnotationsQueryCtrl {
 | ||
|  | //   static templateUrl = 'partials/annotations.editor.html';
 | ||
|  | // }
 | ||
|  | 
 | ||
|  | export { | ||
|  |   // StackdriverDatasource as Datasource,
 | ||
|  |   // StackdriverQueryCtrl as QueryCtrl,
 | ||
|  |   StackdriverConfigCtrl as ConfigCtrl, | ||
|  |   // AnnotationsQueryCtrl,
 | ||
|  | }; |