/** * `velar/forms` — reading a form's values, and the accessible per-field error surface. * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `webModuleInterfaces` entry they build. */ import { type ModuleInterface } from "@velarscript/compiler"; export declare const velarFormsModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=forms.d.ts.map