UNPKG

formkit-react

Version:

FormKit is a React library for building forms with ease.

6 lines (5 loc) 122 B
export declare function useFormKit(): { isLoading: boolean; error: unknown; reset: (params?: any) => void; };