UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

4 lines (3 loc) 244 B
import type { LocaleService } from './localeService'; export type LocaleTextFunc = (key: string, defaultValue: string, variableValues?: string[]) => string; export declare function _getLocaleTextFunc(localeSvc?: LocaleService): LocaleTextFunc;