mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			220 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			220 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const items = (state) => state.items
 | 
						|
export const selectAllField = (state) => state.selectAllField
 | 
						|
export const selectedItems = (state) => state.selectedItems
 | 
						|
export const totalItems = (state) => state.totalItems
 |