mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 21:13:56 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
35 lines
795 B
Markdown
35 lines
795 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "cardChrome"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## styleMixins.cardChrome() function
|
|
|
|
### styleMixins.cardChrome() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function cardChrome(theme: GrafanaTheme): string;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { styleMixins } from '@grafana/ui';
|
|
const { cardChrome } = styleMixins;
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| theme | <code>GrafanaTheme</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`string`
|
|
|