UNPKG

igniteui-react-core

Version:
26 lines (25 loc) 666 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotAggregatorDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get key(): string; set key(a: string); private m; get label(): string; set label(a: string); private j; get aggregatorName(): string; set aggregatorName(a: string); private k; get aggregatorRef(): string; set aggregatorRef(a: string); }