mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 14:42:16 +08:00
626 B
626 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "FormAPI" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
FormAPI type
FormAPI type
Signature
export declare type FormAPI<T> = Pick<FormContextValues<T>, 'register' | 'errors' | 'control' | 'formState' | 'getValues'>;
Import
import { FormAPI } from '@grafana/ui';