UNPKG

ontimize-web-ngx

Version:
3 lines (2 loc) 200 B
import type { OTableComponent } from '../components/table/o-table.component'; export type AggregateFunction = (value: any[], columnAttr?: string, table?: OTableComponent) => number | Promise<number>;