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

2 lines (1 loc) 106 B
export declare function useFormSpy<T extends Record<string, any>, R = T>(selector?: (values: T) => R): R;