mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			96 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			96 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module "*.scss" {
 | 
						|
  const styles: { [className: string]: string };
 | 
						|
  export = styles;
 | 
						|
}
 |