UNPKG

@conform-to/zod

Version:

Conform helpers for integrating with Zod

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