Skip to content

Commit b595343

Browse files
author
Wang Zhongliang
committed
export ThunkDispatch
1 parent 01df0b0 commit b595343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Middleware, Action, AnyAction } from "redux";
22

3-
interface ThunkDispatch<S, E, A extends Action> {
3+
export interface ThunkDispatch<S, E, A extends Action> {
44
<T extends A>(action: T): T;
55
<R>(asyncAction: ThunkAction<R, S, E, A>): R;
66
}

0 commit comments

Comments
 (0)