UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

6 lines (5 loc) 404 B
import { AgChartTheme } from 'ag-charts-community'; import { ChartProxy, ChartProxyParams } from './chartProxy'; export declare function createAgChartTheme(chartProxyParams: ChartProxyParams, proxy: ChartProxy): AgChartTheme; export declare function isStockTheme(themeName: string): boolean; export declare function lookupCustomChartTheme(chartProxyParams: ChartProxyParams, name: string): AgChartTheme;