UNPKG

fielder

Version:

A field-first form library for React and React Native

5 lines (4 loc) 146 B
/** Trigger validation to be called on a given field. */ export declare type ValidateSubmissionAction = { type: 'VALIDATE_SUBMISSION'; };