UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

9 lines 249 B
import type { Theme } from './theme'; /** * Legacy Dark chart theme to be removed in future release * * @public * @deprecated Use new `DARK_THEME` */ export declare const LEGACY_DARK_THEME: Theme; //# sourceMappingURL=legacy_dark_theme.d.ts.map