UNPKG

yarfl

Version:

Yet Another Redux Forms Library

5 lines (4 loc) 156 B
import actionTypes from './actions/types'; import { init } from './init'; import { LocalForm } from './LocalForm'; export { actionTypes, init, LocalForm };