UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

7 lines (5 loc) 160 B
// @flow import type { Structure, ReactContext } from './types' export type FormValuesInterface = { (firstArg: string | Object, ...rest: string[]): Object }