mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
24 lines
568 B
Markdown
24 lines
568 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "makeValue"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## makeValue variable
|
||
|
|
||
|
### makeValue variable
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
makeValue: (text: string, syntax?: string | undefined) => Value
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { makeValue } from '@grafana/ui';
|
||
|
```
|