mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | declare module 'vue' { | ||
|  |   export interface GlobalComponents { | ||
|  |     Icon: typeof import('../components/Icon/src/Icon.vue')['default'] | ||
|  |   } | ||
|  | } | ||
|  | 
 | ||
|  | export {} |