9 lines
		
	
	
		
			228 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			228 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
/**
 | 
						|
   * FIXME: `jss` TS typings are bad and incomplete ...
 | 
						|
   *        So the following typigns are not really good.
 | 
						|
   */
 | 
						|
export default function createGenerateClassName(): (
 | 
						|
  rule: Object,
 | 
						|
  stylesheet?: Object
 | 
						|
) => string;
 |