UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

6 lines 381 B
import type { LegendConstructor } from '../../util/module'; import type { ModuleContext } from '../../util/moduleContext'; import type { ChartLegend } from '../legendDatum'; export declare function registerLegend(type: string, ctr: LegendConstructor): void; export declare function getLegend(type: string, ctx: ModuleContext): ChartLegend; //# sourceMappingURL=legendTypes.d.ts.map