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