UNPKG

igniteui-react-core

Version:
32 lines (31 loc) 862 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotKeysDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private k; get children(): string; set children(a: string); private n; get records(): string; set records(a: string); private j; get aggregations(): string; set aggregations(a: string); private m; get level(): string; set level(a: string); private l; get columnDimensionSeparator(): string; set columnDimensionSeparator(a: string); private o; get rowDimensionSeparator(): string; set rowDimensionSeparator(a: string); }