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:
@@ -15,7 +15,7 @@ draft = true
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
function cardChrome(theme: GrafanaTheme): string;
|
||||
export declare function cardChrome(theme: GrafanaTheme): string;
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "hoverColor"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## styleMixins.hoverColor() function
|
||||
|
||||
### styleMixins.hoverColor() function
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export declare function hoverColor(color: string, theme: GrafanaTheme): string;
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { styleMixins } from '@grafana/ui';
|
||||
const { hoverColor } = styleMixins;
|
||||
```
|
||||
<b>Parameters</b>
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| color | <code>string</code> | |
|
||||
| theme | <code>GrafanaTheme</code> | |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
`string`
|
||||
|
||||
@@ -15,7 +15,7 @@ draft = true
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
function listItem(theme: GrafanaTheme): string;
|
||||
export declare function listItem(theme: GrafanaTheme): string;
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "listItemSelected"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## styleMixins.listItemSelected() function
|
||||
|
||||
### styleMixins.listItemSelected() function
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export declare function listItemSelected(theme: GrafanaTheme): string;
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { styleMixins } from '@grafana/ui';
|
||||
const { listItemSelected } = styleMixins;
|
||||
```
|
||||
<b>Parameters</b>
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| theme | <code>GrafanaTheme</code> | |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
`string`
|
||||
|
||||
Reference in New Issue
Block a user