mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-03 19:35:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			83 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module "*.svg" {
 | 
						|
    const content: any;
 | 
						|
    export default content;
 | 
						|
  }
 | 
						|
  
 |