UNPKG

trc-client-core

Version:
11 lines (9 loc) 207 B
var Reflux = require('reflux'); var LoadingActions = Reflux.createActions([ 'startLoading', 'stopLoading', 'showMessage', 'clearAll', 'flashMessage' ]); module.exports = LoadingActions;