UNPKG
react-formio-helper
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Helper library for apps built with react and form.io.
react-formio-helper
/
src
/
index.js
9 lines
(6 loc)
•
268 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
actions
from
'./actions'
;
export
const
formioActions = actions;
export
{injectReducers, formioReducers}
from
'./reducers'
;
export
*
from
'./resource/FormioResource'
;
//export * from './resource/registerResource';
export
*
from
'./components/FormioGrid'
;