mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			146 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module '*.vue' {
 | 
						|
  import { DefineComponent } from 'vue';
 | 
						|
 | 
						|
  const component: DefineComponent<{}, {}, any>;
 | 
						|
  export default component;
 | 
						|
}
 |