igniteui-react-core
Version:
Ignite UI React Core.
29 lines (28 loc) • 776 B
TypeScript
import { Base, Type } from "./type";
import { List$1 } from "./List$1";
import { DataSourceSummaryOperand } from "./DataSourceSummaryOperand";
/**
* @hidden
*/
export declare class AggregatedDataProviderLayerInfo extends Base {
static $t: Type;
p(a: string, b: string, c: DataSourceSummaryOperand, d: any): void;
get a(): boolean;
private f;
get m(): List$1<string>;
private e;
get l(): List$1<string>;
private h;
get o(): List$1<any>;
private g;
get n(): List$1<DataSourceSummaryOperand>;
private b;
get i(): List$1<string>;
set i(a: List$1<string>);
private c;
get j(): List$1<any>;
set j(a: List$1<any>);
private d;
get k(): List$1<any>;
set k(a: List$1<any>);
}