UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

3 lines (2 loc) 149 B
import { IUseForm, IUseFormProps } from "../types"; export declare function useForm<T>({ defaultValues, resolver, }: IUseFormProps<T>): IUseForm<T>;