UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 303 B
import type { GetCellValueParams } from '../api/gridApi'; import type { BeanCollection } from '../context/context'; export declare function expireValueCache(beans: BeanCollection): void; export declare function getCellValue<TValue = any>(beans: BeanCollection, params: GetCellValueParams<TValue>): any;