import type { Column, FormatterResultWithHtml, FormatterResultWithText } from './index.js'; import type { SlickGrid } from '../slick.grid.js'; export declare type Formatter = (row: number, cell: number, value: any, columnDef: Column, dataContext: T, grid: SlickGrid) => string | HTMLElement | DocumentFragment | FormatterResultWithHtml | FormatterResultWithText; //# sourceMappingURL=formatter.interface.d.ts.map