mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
24 lines
586 B
Markdown
24 lines
586 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "RenderFunction"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## RenderFunction type
|
||
|
|
||
|
### RenderFunction type
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type RenderFunction = () => Renderable | Renderable[];
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { RenderFunction } from '@grafana/ui';
|
||
|
```
|