UNPKG

make-shift-brew-ui

Version:

Common User Interface for the Brewfactory projects, modified for MakeShift Aleworks

18 lines (14 loc) 318 B
var keyMirror = require('react/lib/keyMirror'); module.exports = { ActionTypes: keyMirror({ READ_BREW: null, READ_BREW_SUCCESS: null, READ_BREW_FAILURE: null, RECEIVE_BREW: null, CREATE_BREW: null, PAUSE_BREW: null, STOP_BREW: null, START_WATER: null, STOP_WATER: null }) };