UNPKG

@grafana/ui

Version:
4 lines (3 loc) 280 B
import { FormContextValues } from 'react-hook-form'; export { OnSubmit as FormsOnSubmit, FieldErrors as FormFieldErrors } from 'react-hook-form'; export declare type FormAPI<T> = Pick<FormContextValues<T>, 'register' | 'errors' | 'control' | 'formState' | 'getValues' | 'watch'>;