mirror of https://github.com/grafana/grafana.git
568 B
568 B
+++
-----------------------------------------------------------------------
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
Signature
export declare type Renderable = React.ComponentType | JSX.Element;
Import
import { Renderable } from '@grafana/ui';