UNPKG

@matthew.ngo/reform

Version:

A flexible and powerful React form management library with advanced validation, state observation, and multi-group support

4 lines (3 loc) 230 B
import { DynamicFormConfig, ReformReturn } from '../../types'; import { ValidationConfig } from '../validation'; export declare const useReform: <T extends Record<string, any>>(config: DynamicFormConfig<T>) => ReformReturn<T>;