diff --git a/packages/toolkit/src/index.ts b/packages/toolkit/src/index.ts index 17b53d00b0..0c2a77e275 100644 --- a/packages/toolkit/src/index.ts +++ b/packages/toolkit/src/index.ts @@ -16,7 +16,7 @@ export type { ParametricSelector, } from 'reselect' export { createDraftSafeSelector } from './createDraftSafeSelector' -export type { ThunkAction, ThunkDispatch } from 'redux-thunk' +export type { ThunkAction, ThunkDispatch, ThunkMiddleware } from 'redux-thunk' // We deliberately enable Immer's ES5 support, on the grounds that // we assume RTK will be used with React Native and other Proxy-less