UNPKG

jsreport-studio

Version:
5 lines (3 loc) 176 B
import * as ActionTypes from './constants.js' export const start = () => ({ type: ActionTypes.PROGRESS_START }) export const stop = () => ({ type: ActionTypes.PROGRESS_END })