UNPKG

overmind-forms

Version:
6 lines (5 loc) 164 B
import { FormField } from './formField'; import { Derive } from 'overmind'; export declare const isFormValid: Derive<boolean, { [field: string]: FormField; }>;