UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

3 lines (2 loc) 194 B
export declare function proxyToObject<T extends Record<string, any>>(proxy: T): T; export declare function nestToFlat<V>(flatKeys: string[], obj: object, defaultValue?: V): Record<string, V>;