External module "node_modules/redux-thunk/index.d"
Type aliases
ThunkAction
ThunkAction: function
Type declaration
-
- (dispatch: ThunkDispatch<S, E, A>, getState: function, extraArgument: E): R
-
Parameters
-
-
getState: function
-
extraArgument: E
Returns R
ThunkMiddleware
Variables
Const thunk