mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			222 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			222 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  variants: {
 | 
						|
    gray: {
 | 
						|
      tdStyles:
 | 
						|
        'text-left text-base h-20 px-3 py-6 align-middle bg-gray-100 first:rounded-bl-md first:rounded-tl-md last:rounded-br-md last:rounded-tr-md',
 | 
						|
    },
 | 
						|
  },
 | 
						|
}
 |