UNPKG

react-form-with-constraints

Version:
7 lines (6 loc) 197 B
import { FieldFeedbackType } from './FieldFeedbackType'; export interface FieldFeedbackValidation { readonly key: string; readonly type: FieldFeedbackType; show: boolean | undefined; }