We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
markerikson
timdorr
phryneas
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 70bccca commit 0a12648Copy full SHA for 0a12648
src/exports.ts
@@ -1,6 +1,7 @@
1
import Provider from './components/Provider'
2
import type { ProviderProps } from './components/Provider'
3
-import connect, {
+import connect from './components/connect'
4
+import type {
5
Connect,
6
ConnectProps,
7
ConnectedProps,
@@ -36,6 +37,7 @@ export type {
36
37
MapStateToProps,
38
MapStateToPropsFactory,
39
MapStateToPropsParam,
40
+ Connect,
41
42
43
MapDispatchToPropsFunction,
@@ -51,7 +53,6 @@ export {
51
53
Provider,
52
54
ReactReduxContext,
55
connect,
- Connect,
56
useDispatch,
57
createDispatchHook,
58
useSelector,
0 commit comments