Skip to content

Commit 672e962

Browse files
committed
Re-exports ThunkMiddleware
1 parent 2397379 commit 672e962

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)