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