+++
# -----------------------------------------------------------------------
# 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
<b>Signature</b>
```typescript
export declare function Select<T>(props: SelectCommonProps<T>): JSX.Element;
```
<b>Import</b>
import { Select } from '@grafana/ui';
<b>Parameters</b>
| Parameter | Type | Description |
| --- | --- | --- |
| props | <code>SelectCommonProps<T></code> | |
<b>Returns:</b>
`JSX.Element`