Searched refs:HistoryActions (Results 1 – 3 of 3) sorted by relevance
33 type HistoryActions = alias40 export default (state: HistoryType, action: HistoryActions): HistoryType => {
25 import HistoryActions from './redux/HistoryActions';90 dispatch(HistoryActions.addHistoryItem(manifestUrl, manifest));97 dispatch(HistoryActions.loadHistory());
38 import HistoryActions from '../../redux/HistoryActions';222 this.props.dispatch(HistoryActions.clearHistory());