UNPKG

ag-charts-enterprise

Version:

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

5 lines (4 loc) 272 B
import { _ModuleSupport } from 'ag-charts-community'; import { type PluginModuleDefinition } from 'ag-charts-core'; import type { AgZoomOptions } from 'ag-charts-types'; export declare const ZoomModule: PluginModuleDefinition<AgZoomOptions, _ModuleSupport.ChartRegistry>;