You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					9 lines
				
				581 B
			
		
		
			
		
	
	
					9 lines
				
				581 B
			| 
								 
											3 years ago
										 
									 | 
							
								import Provider from './components/Provider';
							 | 
						||
| 
								 | 
							
								import connect from './components/connect';
							 | 
						||
| 
								 | 
							
								import { ReactReduxContext } from './components/Context';
							 | 
						||
| 
								 | 
							
								import { useDispatch, createDispatchHook } from './hooks/useDispatch';
							 | 
						||
| 
								 | 
							
								import { useSelector, createSelectorHook } from './hooks/useSelector';
							 | 
						||
| 
								 | 
							
								import { useStore, createStoreHook } from './hooks/useStore';
							 | 
						||
| 
								 | 
							
								import shallowEqual from './utils/shallowEqual';
							 | 
						||
| 
								 | 
							
								export * from './types';
							 | 
						||
| 
								 | 
							
								export { Provider, ReactReduxContext, connect, useDispatch, createDispatchHook, useSelector, createSelectorHook, useStore, createStoreHook, shallowEqual };
							 |