a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
906 B
906 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Form" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
Form() function
Form() function
Signature
export declare function Form<T>({ defaultValues, onSubmit, validateOnMount, validateFieldsOnMount, children, validateOn, }: FormProps<T>): JSX.Element;
Import
import { Form } from '@grafana/ui';
Parameters
| Parameter | Type | Description |
|---|---|---|
| { defaultValues, onSubmit, validateOnMount, validateFieldsOnMount, children, validateOn, } | FormProps<T> |
Returns:
JSX.Element