UNPKG

@conform-to/dom

Version:

A set of opinionated helpers built on top of the Constraint Validation API

3 lines 208 B
import type { FormError, StandardSchemaIssue } from './types'; export declare function formatIssues(issues: Readonly<StandardSchemaIssue[]>): FormError<string[]>; //# sourceMappingURL=standard-schema.d.ts.map