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 01df0b0 commit b595343Copy full SHA for b595343
index.d.ts
@@ -1,6 +1,6 @@
1
import { Middleware, Action, AnyAction } from "redux";
2
3
-interface ThunkDispatch<S, E, A extends Action> {
+export interface ThunkDispatch<S, E, A extends Action> {
4
<T extends A>(action: T): T;
5
<R>(asyncAction: ThunkAction<R, S, E, A>): R;
6
}
0 commit comments