UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

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