UNPKG
simple-redux-form
Version:
latest (0.1.0)
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
This is simplest redux form
github.com/mihirsoni/simple-redux-form
mihirsoni/simple-redux-form
simple-redux-form
/
src
/
actionTypes.js
5 lines
(4 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
export
const
INITIALIZE
=
'simple-redux-form/INITIALIZE'
;
export
const
DESTROY
=
'simple-redux-form/DESTROY'
;
export
const
SET_FIELD
=
'simple-redux-form/SET_FIELD'
;
export
const
TOUCH_ALL
=
'simple-redux-form/TOUCH_ALL'
;