import type { Column } from './index';
import type { SlickGrid } from '../slick.grid';

export type GroupTotalsFormatter = (totals: any, columnDef: Column, grid: SlickGrid) => string;
