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
-9
View File
@@ -34,7 +34,6 @@ import { Cascader } from '@grafana/ui';
| [onBlur](#onblur-property) | | <code>() =&gt; void</code> | |
| [onBlurCascade](#onblurcascade-property) | | <code>() =&gt; void</code> | |
| [onChange](#onchange-property) | | <code>(value: string[], selectedOptions: CascaderOption[]) =&gt; void</code> | |
| [onClick](#onclick-property) | | <code>() =&gt; void</code> | |
| [onCreateOption](#oncreateoption-property) | | <code>(value: string) =&gt; void</code> | |
| [onInputKeyDown](#oninputkeydown-property) | | <code>(e: React.KeyboardEvent&lt;HTMLInputElement&gt;) =&gt; void</code> | |
| [onSelect](#onselect-property) | | <code>(obj: SelectableValue&lt;string[]&gt;) =&gt; void</code> | |
@@ -93,14 +92,6 @@ onBlurCascade: () => void;
onChange: (value: string[], selectedOptions: CascaderOption[]) => void;
```
### onClick property
<b>Signature</b>
```typescript
onClick: () => void;
```
### onCreateOption property
<b>Signature</b>