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 a05ed0c commit 5d09b17Copy full SHA for 5d09b17
packages/toolkit/src/index.ts
@@ -16,7 +16,7 @@ export type {
16
ParametricSelector,
17
} from 'reselect'
18
export { createDraftSafeSelector } from './createDraftSafeSelector'
19
-export type { ThunkAction, ThunkDispatch } from 'redux-thunk'
+export type { ThunkAction, ThunkDispatch, ThunkMiddleware } from 'redux-thunk'
20
21
// We deliberately enable Immer's ES5 support, on the grounds that
22
// we assume RTK will be used with React Native and other Proxy-less
0 commit comments