UNPKG

mozaik

Version:

Mozaik dashboard composition tool

12 lines (7 loc) 166 B
import Reflux from 'reflux'; const NotificationsActions = Reflux.createActions([ 'notify', 'update', 'close' ]); export default NotificationsActions;