mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|  | declare module "*?raw" { | ||
|  |     var content: string; | ||
|  |     export default content; | ||
|  | } | ||
|  | 
 | ||
|  | declare module "*.svg" { | ||
|  |     var path: string; | ||
|  |     export default path; | ||
|  | } |