mirror of
				https://github.com/ecomfe/vue-echarts.git
				synced 2025-11-01 01:18:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare module "echarts/lib/theme/dark.js" {
 | |
|   const theme: Record<string, unknown>;
 | |
|   export default theme;
 | |
| }
 | |
| 
 | |
| declare module "echarts-gl/charts";
 | |
| declare module "echarts-gl/components";
 | 
