UNPKG

@grafana/ui

Version:
12 lines (11 loc) 471 B
import { GrafanaTheme2, ThemeTypographyVariant } from '@grafana/data'; export declare function getElementStyles(theme: GrafanaTheme2, isExtensionSidebarOpen?: boolean): import("@emotion/react").SerializedStyles; export declare function getVariantStyles(variant: ThemeTypographyVariant): { margin: number; fontSize: string; lineHeight: number; fontWeight: number; letterSpacing: string | undefined; fontFamily: string; marginBottom: string; };