redux-form/redux-form

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

Summary

Maintainability
Test Coverage
// @flow
import type { GetFormState } from './types'

export type FormValueSelectorInterface = (
  state: any,
  ...fields: string[]
) => any