mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:32:25 +08:00
591 B
591 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "FormInputSize" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
FormInputSize type
FormInputSize type
Signature
export declare type FormInputSize = 'sm' | 'md' | 'lg' | 'auto';
Import
import { FormInputSize } from '@grafana/ui';