UNPKG

igniteui-react-core

Version:
54 lines (53 loc) 1.54 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ColumnGroupingDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private s; get targetGridRef(): string; set targetGridRef(a: string); private k; get baseTheme(): string; set baseTheme(a: string); private o; get density(): string; set density(a: string); private u; get title(): string; set title(a: string); private v; get titleColor(): string; set titleColor(a: string); private l; get columnGroupTitleFontFamily(): string; set columnGroupTitleFontFamily(a: string); private h; get columnGroupTitleFontSize(): number; set columnGroupTitleFontSize(a: number); private m; get columnGroupTitleFontStyle(): string; set columnGroupTitleFontStyle(a: string); private n; get columnGroupTitleFontWeight(): string; set columnGroupTitleFontWeight(a: string); private t; get textColor(): string; set textColor(a: string); private p; get iconColor(): string; set iconColor(a: string); private q; get itemBackgroundColor(): string; set itemBackgroundColor(a: string); private r; get itemHoverBackgroundColor(): string; set itemHoverBackgroundColor(a: string); private j; get backgroundColor(): string; set backgroundColor(a: string); }