UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

14 lines (13 loc) 432 B
import { SummaryOperand } from "./SummaryOperand"; import { Type } from "igniteui-react-core"; import { SummaryResult } from "./SummaryResult"; import { GroupByRecord } from "./GroupByRecord"; /** * @hidden */ export declare class DateSummaryOperand extends SummaryOperand { static $t: Type; j(a: any[]): void; i(a: any[]): void; h(a: any[], b: any[], c: string, d: GroupByRecord): SummaryResult[]; }