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 3f56c2f commit 813b633Copy full SHA for 813b633
src/index.d.ts
@@ -81,11 +81,11 @@ export type ThunkActionDispatch<
81
export type ThunkMiddleware<
82
TState = {},
83
TBasicAction extends Action = AnyAction,
84
- TExtraThunkARg = undefined
+ TExtraThunkArg = undefined
85
> = Middleware<
86
- ThunkDispatch<TState, TExtraThunkARg, TBasicAction>,
+ ThunkDispatch<TState, TExtraThunkArg, TBasicAction>,
87
TState,
88
- ThunkDispatch<TState, TExtraThunkARg, TBasicAction>
+ ThunkDispatch<TState, TExtraThunkArg, TBasicAction>
89
>;
90
91
declare const thunk: ThunkMiddleware & {
0 commit comments