UNPKG

ag-grid-community

Version:

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

4 lines (3 loc) 251 B
import type { LocaleTextFunc } from 'ag-stack'; import type { GridOptionsService } from '../gridOptionsService'; export declare function _formatPaginationNumber(value: number, gos: GridOptionsService, getLocaleTextFunc: () => LocaleTextFunc): string;