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