Docs: run the api-extractor on master to update docs (#23726)

* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
This commit is contained in:
Marcus Andersson
2020-04-21 10:41:50 +02:00
committed by GitHub
parent 017767ae39
commit a2d741f60f
275 changed files with 6448 additions and 2193 deletions
+7 -26
View File
@@ -8,45 +8,26 @@ type = "docs"
draft = true
+++
## AsyncSelect class
## AsyncSelect() function
### AsyncSelect() function
<b>Signature</b>
```typescript
export declare class AsyncSelect<T> extends PureComponent<AsyncProps<T>>
export declare function AsyncSelect<T>(props: AsyncSelectProps<T>): JSX.Element;
```
<b>Import</b>
```typescript
import { AsyncSelect } from '@grafana/ui';
```
<b>Properties</b>
<b>Parameters</b>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [defaultProps](#defaultprops-property) | <code>static</code> | <code>Partial&lt;AsyncProps&lt;any&gt;&gt;</code> | |
<b>Methods</b>
| Method | Modifiers | Description |
| Parameter | Type | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
| props | <code>AsyncSelectProps&lt;T&gt;</code> | |
### defaultProps property
<b>Signature</b>
```typescript
static defaultProps: Partial<AsyncProps<any>>;
```
### render method
<b>Signature</b>
```typescript
render(): JSX.Element;
```
<b>Returns:</b>
`JSX.Element`