mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  classes: {
 | 
						|
    container: 'switch-container focus:outline-none',
 | 
						|
    switch: 'switch',
 | 
						|
    label:
 | 
						|
      'relative block h-4 bg-white border border-solid cursor-pointer border-gray switch-label',
 | 
						|
  },
 | 
						|
}
 |