mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			237 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			237 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  classes: {
 | 
						|
    container: 'relative w-full',
 | 
						|
    activator: 'relative w-full cursor-pointer',
 | 
						|
    base: 'flex flex-col absolute w-full top-0 bg-white rounded z-20 shadow-xl',
 | 
						|
    above: 'bottom-full top-unset',
 | 
						|
  },
 | 
						|
}
 |