// @flow import type { GetFormState } from './types' export type Config = { form: string, getFormState?: GetFormState, prop?: string }