mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			244 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const customers = (state) => state.customers
 | 
						|
export const selectAllField = (state) => state.selectAllField
 | 
						|
export const selectedCustomers = (state) => state.selectedCustomers
 | 
						|
export const totalCustomers = (state) => state.totalCustomers
 |