+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "AsyncSelect"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## AsyncSelect class
Signature
```typescript
export declare class AsyncSelect extends PureComponent>
```
Import
```typescript
import { AsyncSelect } from '@grafana/ui';
```
Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [defaultProps](#defaultprops-property) | static
| Partial<AsyncProps<any>>
| |
Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
### defaultProps property
Signature
```typescript
static defaultProps: Partial>;
```
### render method
Signature
```typescript
render(): JSX.Element;
```
Returns:
`JSX.Element`