UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

8 lines (7 loc) 213 B
import { Control } from 'react-hook-form'; declare type Props = { setVisible: any; control: Control; }; declare const Header: ({ setVisible, control }: Props) => JSX.Element; export default Header;