UNPKG

ag-charts-community

Version:

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

5 lines (4 loc) 284 B
import { type PluginModuleDefinition } from 'ag-charts-core'; import type { AgChartLegendOptions } from 'ag-charts-types'; import type { ChartRegistry } from '../../module/moduleContext'; export declare const LegendModule: PluginModuleDefinition<AgChartLegendOptions, ChartRegistry>;