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
+++
## Select class
## Select() function
### Select() function
<b>Signature</b>
```typescript
export declare class Select<T> extends PureComponent<LegacySelectProps<T>>
export declare function Select<T>(props: SelectCommonProps<T>): JSX.Element;
```
<b>Import</b>
```typescript
import { Select } from '@grafana/ui';
```
<b>Properties</b>
<b>Parameters</b>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [defaultProps](#defaultprops-property) | <code>static</code> | <code>Partial&lt;LegacySelectProps&lt;any&gt;&gt;</code> | |
<b>Methods</b>
| Method | Modifiers | Description |
| Parameter | Type | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
| props | <code>SelectCommonProps&lt;T&gt;</code> | |
### defaultProps property
<b>Signature</b>
```typescript
static defaultProps: Partial<LegacySelectProps<any>>;
```
### render method
<b>Signature</b>
```typescript
render(): JSX.Element;
```
<b>Returns:</b>
`JSX.Element`