Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/redux-thunk/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

ThunkAction

ThunkAction: function

Type declaration

    • (dispatch: ThunkDispatch<S, E, A>, getState: function, extraArgument: E): R
    • Parameters

      • dispatch: ThunkDispatch<S, E, A>
      • getState: function
          • (): S
          • Returns S

      • extraArgument: E

      Returns R

ThunkMiddleware

ThunkMiddleware: Middleware<ThunkDispatch<S, E, A>, S, ThunkDispatch<S, E, A>>

Variables

Const thunk

thunk: ThunkMiddleware & object

Generated using TypeDoc