UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

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