+++ # ----------------------------------------------------------------------- # 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 ```typescript export declare type Renderable = React.ComponentType | JSX.Element; ``` Import ```typescript import { Renderable } from '@grafana/ui'; ```