UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

6 lines (5 loc) 170 B
import { Control } from 'react-hook-form'; declare const Panel: ({ control, control: { _fields } }: { control: Control; }) => JSX.Element; export default Panel;