UNPKG

ag-charts-enterprise

Version:

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

8 lines (7 loc) 307 B
import { type PluginModuleDefinition } from 'ag-charts-core'; import type { AgDataSourceOptions } from 'ag-charts-types'; export declare const DataSourceModule: PluginModuleDefinition<AgDataSourceOptions & { requestThrottle: number; updateThrottle: number; updateDuringInteraction: boolean; }>;