mirror of https://github.com/grafana/grafana.git
24 lines
534 B
Markdown
24 lines
534 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "Badge"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## Badge variable
|
|
|
|
### Badge variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
Badge: React.NamedExoticComponent<BadgeProps>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { Badge } from '@grafana/ui';
|
|
```
|