UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 176 B
import type { AgColumn } from '../entities/agColumn'; export interface IAggColumnNameService { getHeaderName(column: AgColumn, headerName: string | null): string | null; }