Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias FormState
import { type FormState } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/preact.client.ts";
definition: { fields: [K in keyof VALUE]: FieldState<VALUE[K]>; valid: boolean; submitCounter: number; isValidating: boolean; isSubmiting: boolean; success: boolean; }