UNPKG

@matthew.ngo/reform

Version:

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

5 lines (4 loc) 115 B
import { FormControl } from "../../types"; export interface FormController<T> { control: FormControl<T>; }