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
@@ -12,6 +12,8 @@ draft = true
### loadPluginCss() function
Use this to load css for a Grafana plugin by specifying a [PluginCssOptions](./runtime/plugincssoptions.md) containing styling for the dark and the light theme.
<b>Signature</b>
```typescript
@@ -26,7 +28,7 @@ import { loadPluginCss } from '@grafana/runtime';
| Parameter | Type | Description |
| --- | --- | --- |
| options | <code>PluginCssOptions</code> | |
| options | <code>PluginCssOptions</code> | plugin styling for light and dark theme. |
<b>Returns:</b>