mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
622 B
622 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "FormAPI" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
FormAPI type
FormAPI type
Signature
export declare type FormAPI<T> = Pick<FormContextValues<T>, 'register' | 'errors' | 'control' | 'formState' | 'getValues' | 'watch'>;
Import
import { FormAPI } from '@grafana/ui';