UNPKG

@elastic/eui

Version:

Elastic UI Component Library

12 lines (10 loc) 413 B
declare module '@elastic/eui/dist/eui_charts_theme' { import { PartialTheme, LineAnnotationSpec } from '@elastic/charts'; export interface EuiChartThemeType { lineAnnotation: LineAnnotationSpec['style']; theme: PartialTheme; } export const EUI_CHARTS_THEME_LIGHT: EuiChartThemeType; export const EUI_CHARTS_THEME_DARK: EuiChartThemeType; export const EUI_SPARKLINE_THEME_PARTIAL: PartialTheme; }