mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 00:10:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			257 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			257 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/* eslint-disable */
 | 
						|
declare module '*.vue' {
 | 
						|
	import type { DefineComponent } from 'vue';
 | 
						|
	const component: DefineComponent<{}, {}, any>;
 | 
						|
	export default component;
 | 
						|
}
 | 
						|
declare module 'codemirror';
 | 
						|
declare module 'sql-formatter';
 | 
						|
declare module 'jsoneditor'; |