Themeable interface

Signature

  1. export interface Themeable

Import

  1. import { Themeable } from '@grafana/ui';

Properties

PropertyTypeDescription
themeGrafanaTheme

theme property

Signature

  1. theme: GrafanaTheme;