UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

9 lines (8 loc) 272 B
export { GridChartsModule } from "./gridChartsModule"; export * from './agGridCoreExtension'; import { time, AgChart } from "ag-charts-community"; export * from "ag-charts-community"; export declare const agCharts: { time: typeof time; AgChart: typeof AgChart; };