@amcharts/amcharts5
Version:
amCharts 5
14 lines • 511 B
TypeScript
import { Theme } from "../core/Theme";
/**
* "Pastel Dark" — the dark counterpart to `Pastel`: a deep, desaturated ground
* with soft, chalky pastels that glow gently against it.
*
* This is a standalone theme; it does not modify any built-in theme.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class PastelDarkTheme extends Theme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=PastelDarkTheme.d.ts.map