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