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