UNPKG

@explita/daily-toolset-form

Version:

A lightweight form toolkit for React built with developer ergonomics in mind. Includes a flexible Form component, useForm, useField, and useFormContext hooks for managing form state and validation with ease. Designed to simplify complex forms while remain

4 lines (3 loc) 203 B
import z from "zod"; export declare function cn(...classes: (string | false | null | undefined)[]): string; export declare function createEmptyValues<T extends z.ZodObject<any>>(schema?: T): z.infer<T>;