UNPKG

@switch-to-eu/layout-ui

Version:

Modular UI design system for privacy-focused tools - React components with Tailwind CSS and theme customization

6 lines 255 B
import type { z } from "zod"; /** * Utility to check if a field is required in a Zod schema */ export declare function isFieldRequired<T extends z.ZodRawShape>(schema: z.ZodObject<T>, fieldName: keyof T): boolean; //# sourceMappingURL=FormUtils.d.ts.map