UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

7 lines (6 loc) 226 B
import { ChartTheme } from "./chartTheme"; import { AgChartThemeOptions } from "../agChartOptions"; export declare class DarkTheme extends ChartTheme { getDefaults(): any; constructor(options?: AgChartThemeOptions); }