UNPKG

react-hook-form

Version:

Performant, flexible and extensible forms library for React Hooks

3 lines 142 B
import { FieldValues } from '../types'; export declare const flatten: (obj: FieldValues) => FieldValues; //# sourceMappingURL=flatten.d.ts.map