UNPKG

igniteui-react-core

Version:
24 lines (23 loc) 653 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebPivotUISettingsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get showConfiguration(): boolean; set showConfiguration(a: boolean); private i; get showRowHeaders(): boolean; set showRowHeaders(a: boolean); private m; get rowLayout(): string; set rowLayout(a: string); private l; get horizontalSummariesPosition(): string; set horizontalSummariesPosition(a: string); }