Skip to content

Commit 5d09b17

Browse files
authored
Add ThunkMiddleware to the re-exported types from redux-thunk
1 parent a05ed0c commit 5d09b17

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)