UNPKG

@highcharts/dashboards

Version:
11 lines (10 loc) 356 B
import type ColorType from '../Core/Color/ColorType'; import type Options from '../Core/Options'; declare module '../Core/Series/DataLabelOptions' { interface DataLabelOptions { connectorColor?: ColorType; } } export type HighContrastThemeOptions = DeepPartial<Options>; declare const theme: HighContrastThemeOptions; export default theme;