UNPKG

@deephaven/js-plugin-ag-grid

Version:
13 lines 538 B
import { CellClassParams, CellStyle, DataTypeDefinition } from 'ag-grid-community'; import { Formatter } from '@deephaven/jsapi-utils'; export declare class AgGridFormatter { private formatter; constructor(formatter: Formatter); cellDataTypeDefinitions: { [cellDataType: string]: DataTypeDefinition; }; static styleForNumberCell(params: CellClassParams): CellStyle; static styleForDateCell(params: CellClassParams): CellStyle; } export default AgGridFormatter; //# sourceMappingURL=AgGridFormatter.d.ts.map