+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "Themeable" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## Themeable interface Signature ```typescript export interface Themeable ``` Import ```typescript import { Themeable } from '@grafana/ui'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [theme](#theme-property) | GrafanaTheme | | ### theme property Signature ```typescript theme: GrafanaTheme; ```