UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

9 lines (7 loc) 142 B
// @flow import type { GetFormState } from './types' export type Config = { form: string, getFormState?: GetFormState, prop?: string }