UNPKG

@hookform/devtools

Version:

React Hook Form dev tool to help debugging forms

8 lines (7 loc) 265 B
declare type Props = { formState: any; showFormState: boolean; setShowFormState: (payload: boolean) => void; }; declare const FormStateTable: ({ formState, showFormState, setShowFormState, }: Props) => JSX.Element; export default FormStateTable;