ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
9 lines (8 loc) • 453 B
TypeScript
import type { ILocaleService, LocaleTextFunc } from '../../agStack/interfaces/iLocaleService';
import type { NamedBean } from '../../context/bean';
import { BeanStub } from '../../context/beanStub';
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare class LocaleService extends BeanStub implements NamedBean, ILocaleService {
beanName: "localeSvc";
getLocaleTextFunc(): LocaleTextFunc;
}