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 c9bdd90 commit 828026dCopy full SHA for 828026d
etc/redux-toolkit.api.md
@@ -307,6 +307,8 @@ export type SliceCaseReducers<State> = {
307
308
export { ThunkAction }
309
310
+export { ThunkDispatch }
311
+
312
// @alpha (undocumented)
313
export function unwrapResult<R extends ActionTypesWithOptionalErrorAction>(returned: R): PayloadForActionTypesExcludingErrorActions<R>;
314
src/index.ts
@@ -8,7 +8,7 @@ export {
8
OutputSelector,
9
ParametricSelector
10
} from 'reselect'
11
-export { ThunkAction } from 'redux-thunk'
+export { ThunkAction, ThunkDispatch } from 'redux-thunk'
12
13
// We deliberately enable Immer's ES5 support, on the grounds that
14
// we assume RTK will be used with React Native and other Proxy-less
0 commit comments