@laserware/stasis
    Preparing search index...

    Type Alias ThunkMiddleware<State, BasicAction, ExtraThunkArg>

    Type Parameters

    • State = any

      The redux state

    • BasicAction extends Action = AnyAction

      The (non-thunk) actions that can be dispatched

    • ExtraThunkArg = undefined

      An optional extra argument to pass to a thunk's inner function. (Only used if you call withExtraArgument())