import * as React from 'react' import { TextInput } from '../../TextInput' import { FieldRenderProps } from 'react-final-form' export const TextInputAdapter: React.SFC = ({ input, meta, ...rest }) => { return }