erikras/redux-form

View on GitHub
src/util/FormNameProps.types.js.flow.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow
import type { Node } from 'react'

export type Props = {
  children: (form: { name: string }) => Node
}