grafana/docs/sources/packages_api/ui/loglabels.md

24 lines
562 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "LogLabels"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## LogLabels variable
### LogLabels variable
<b>Signature</b>
```typescript
LogLabels: React.FunctionComponent<Pick<Props, "labels">>
```
<b>Import</b>
```typescript
import { LogLabels } from '@grafana/ui';
```