UNPKG

simple-redux-form

Version:
9 lines (8 loc) 344 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var INITIALIZE = exports.INITIALIZE = 'simple-redux-form/INITIALIZE'; var DESTROY = exports.DESTROY = 'simple-redux-form/DESTROY'; var SET_FIELD = exports.SET_FIELD = 'simple-redux-form/SET_FIELD'; var TOUCH_ALL = exports.TOUCH_ALL = 'simple-redux-form/TOUCH_ALL';