UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 592 B
import { Description } from "./Description"; import { WebPivotDimensionDescription } from "./WebPivotDimensionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebDimensionsChangeDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get dimensions(): WebPivotDimensionDescription[]; set dimensions(a: WebPivotDimensionDescription[]); private j; get dimensionCollectionType(): string; set dimensionCollectionType(a: string); }