UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

8 lines (5 loc) 113 B
// @flow import type {Node} from 'react' export type Props = { +children: (props: {form: string}) => Node, }