UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

8 lines (7 loc) 207 B
import { Control } from 'react-hook-form'; export declare function useExportControlToExtension({ id, control, }: { id: string; control: Control<any>; }): { isExtensionEnabled: boolean; };