UNPKG

@deephaven/js-plugin-ag-grid

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