import { FieldMetaProps } from 'formik'; export interface CustomFieldMetaProps extends FieldMetaProps { warning: string | undefined; }