indicatorActions.tsx 163 B

12345
  1. import {createActions} from 'reflux';
  2. const IndicatorActions = createActions(['replace', 'append', 'remove', 'clear', 'undo']);
  3. export default IndicatorActions;