mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-10-31 12:32:17 +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;
 | |
| }
 |