ag-charts-community
Version:
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
15 lines (14 loc) • 495 B
TypeScript
import { AgCharts } from '../api/agCharts';
import * as _Scene from '../integrated-charts-scene';
import * as _Theme from '../integrated-charts-theme';
import * as _Util from '../integrated-charts-util';
export declare const AgChartsCommunityModule: {
VERSION: string;
_Scene: typeof _Scene;
_Theme: typeof _Theme;
_Util: typeof _Util;
create: typeof AgCharts.create;
createSparkline: typeof AgCharts.__createSparkline;
setup: () => void;
isEnterprise: false;
};