UNPKG

@conform-to/zod

Version:

Conform helpers for integrating with Zod

4 lines 219 B
import type { Constraint } from '@conform-to/dom'; import { $ZodType } from 'zod/v4/core'; export declare function getZodConstraint(schema: $ZodType): Record<string, Constraint>; //# sourceMappingURL=constraint.d.ts.map