mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +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 {}
 |