+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "Select" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## Select() function ### Select() function Signature ```typescript export declare function Select(props: SelectCommonProps): JSX.Element; ``` Import ```typescript import { Select } from '@grafana/ui'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | props | SelectCommonProps<T> | | Returns: `JSX.Element`