• Returns the dispatch function from the Redux store.

    Type Parameters

    • AppDispatch extends ThunkDispatch<{
          app: AppState;
      }, undefined, UnknownAction> & Dispatch<UnknownAction> = ThunkDispatch<{
          app: AppState;
      }, undefined, UnknownAction> & Dispatch<UnknownAction>

      The specific type of the dispatch function.

    Returns AppDispatch

    The dispatch function from the Redux store.

Generated using TypeDoc