Interface HistoryActionCreators

The history action creators.

See Dispatch actions.

interface HistoryActionCreators {
    back(): AsyncThunkAction<void, void, {}>;
    forward(): AsyncThunkAction<void, void, {}>;
}

Methods

Methods