UNPKG

@conform-to/zod

Version:

Conform helpers for integrating with Zod

4 lines (3 loc) 180 B
import type { Constraint } from '@conform-to/dom'; import type { ZodTypeAny } from 'zod'; export declare function getZodConstraint(schema: ZodTypeAny): Record<string, Constraint>;