Skip to content

Commit

Permalink
export ThunkDispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Zhongliang committed Apr 19, 2018
1 parent 01df0b0 commit b595343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Middleware, Action, AnyAction } from "redux";

interface ThunkDispatch<S, E, A extends Action> {
export interface ThunkDispatch<S, E, A extends Action> {
<T extends A>(action: T): T;
<R>(asyncAction: ThunkAction<R, S, E, A>): R;
}
Expand Down

0 comments on commit b595343

Please sign in to comment.