UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

10 lines (9 loc) 306 B
import { Base, Type } from "./type"; import { DataSourceSummaryOperand } from "./DataSourceSummaryOperand"; /** * @hidden */ export declare class SummaryParser extends Base { static $t: Type; a(a: string, b: (arg1: string, arg2: DataSourceSummaryOperand, arg3: string) => void): void; }