UNPKG

mozaik

Version:

Mozaik dashboard composition tool

13 lines (8 loc) 205 B
import Reflux from 'reflux'; const DashboardActions = Reflux.createActions([ 'setDashboards', 'previousDashboard', 'nextDashboard', 'startRotation' ]); export default DashboardActions;