UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

9 lines 253 B
import type { Theme } from './theme'; /** * Legacy Light chart theme to be removed in future release * * @public * @deprecated use new `LIGHT_THEME` */ export declare const LEGACY_LIGHT_THEME: Theme; //# sourceMappingURL=legacy_light_theme.d.ts.map