UNPKG

ag-charts-community

Version:

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

10 lines (9 loc) 474 B
import { AbstractModuleInstance, type DynamicContext } from 'ag-charts-core'; import type { Formatter, MessageFormatterParams } from 'ag-charts-types'; import type { ChartRegistry } from '../module/moduleContext'; export declare class Locale extends AbstractModuleInstance { private readonly ctx; localeText: Record<string, string> | undefined; getLocaleText: Formatter<MessageFormatterParams> | undefined; constructor(ctx: DynamicContext<ChartRegistry>); }