UNPKG

ag-charts-enterprise

Version:

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

9 lines (8 loc) 249 B
import type { Formatter } from 'ag-charts-community'; interface Ctx { chartService: { context?: unknown; }; } export declare function formatWithContext<P>(ctx: Ctx, formatter: Formatter<P>, params: P): string | undefined; export {};