mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			5 lines
		
	
	
		
			85 B
		
	
	
	
		
			TypeScript
		
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			85 B
		
	
	
	
		
			TypeScript
		
	
	
	
|  | import $ from 'jquery'; | ||
|  | 
 | ||
|  | const global = window as any; | ||
|  | global.$ = global.jQuery = $; |