mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
34 lines
783 B
Markdown
34 lines
783 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "MultiSelect"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## MultiSelect() function
|
|
|
|
### MultiSelect() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function MultiSelect<T>(props: MultiSelectCommonProps<T>): JSX.Element;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { MultiSelect } from '@grafana/ui';
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| props | <code>MultiSelectCommonProps<T></code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`JSX.Element`
|
|
|