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
+++
## ButtonSelect class
## ButtonSelect() function
### ButtonSelect() function
<b>Signature</b>
```typescript
export declare class ButtonSelect<T> extends PureComponent<Props<T>>
export declare function ButtonSelect<T>({ placeholder, icon, variant, size, className, disabled, ...selectProps }: ButtonSelectProps<T>): JSX.Element;
```
<b>Import</b>
```typescript
import { ButtonSelect } from '@grafana/ui';
```
<b>Properties</b>
<b>Parameters</b>
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [onChange](#onchange-property) | | <code>(item: SelectableValue&lt;T&gt;) =&gt; void</code> | |
<b>Methods</b>
| Method | Modifiers | Description |
| Parameter | Type | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
| { placeholder, icon, variant, size, className, disabled, ...selectProps } | <code>ButtonSelectProps&lt;T&gt;</code> | |
### onChange property
<b>Signature</b>
```typescript
onChange: (item: SelectableValue<T>) => void;
```
### render method
<b>Signature</b>
```typescript
render(): JSX.Element;
```
<b>Returns:</b>
`JSX.Element`