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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user