redux-form/redux-form

View on GitHub
src/formValues.types.js.flow

Summary

Maintainability
Test Coverage
// @flow
import type { Structure, ReactContext } from './types'

export type FormValuesInterface = {
  (firstArg: string | Object, ...rest: string[]): Object
}