mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04: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',
 | |
|   },
 | |
| }
 |