reduxForm(config:Object)The decorator you use to connect your form component to Redux. See details.
reducerThe form reducer. Should be given to mounted to your Redux state at
form.
reducer.syncValidation(Object<String, Object<String, Function>>)Returns a form reducer that will also run the synchronous validation function given for each form name.
propsThe props passed into your decorated form component.
FieldThe component needed to connect any input to
redux-form.
SubmissionErrorA special error type for returning submit validation errors
redux-formexports all of its internal action creators.