Skip to content

Commit 4f55c3a

Browse files
authored
Merge pull request #2745 from VinceOPS/fix/export-type-thunk-middleware-from-redux-thunk
2 parents 1cd4bb2 + 76dc1f1 commit 4f55c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type {
1616
ParametricSelector,
1717
} from 'reselect'
1818
export { createDraftSafeSelector } from './createDraftSafeSelector'
19-
export type { ThunkAction, ThunkDispatch } from 'redux-thunk'
19+
export type { ThunkAction, ThunkDispatch, ThunkMiddleware } from 'redux-thunk'
2020

2121
// We deliberately enable Immer's ES5 support, on the grounds that
2222
// we assume RTK will be used with React Native and other Proxy-less

0 commit comments

Comments
 (0)