We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f5237 commit cc3bd2fCopy full SHA for cc3bd2f
src/index.ts
@@ -33,10 +33,8 @@ import shallowEqual from './utils/shallowEqual'
33
setBatch(batch)
34
35
export * from './types'
36
-export {
+export type {
37
ProviderProps,
38
- Provider,
39
- connectAdvanced,
40
SelectorFactory,
41
Selector,
42
MapStateToProps,
@@ -50,8 +48,12 @@ export {
50
48
MapDispatchToPropsParam,
51
49
MapDispatchToPropsNonObject,
52
MergeProps,
53
- ReactReduxContext,
54
ReactReduxContextValue,
+}
+export {
+ Provider,
55
+ connectAdvanced,
56
+ ReactReduxContext,
57
connect,
58
batch,
59
useDispatch,
0 commit comments