igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.46 kB
TypeScript
import { DefinitionBaseDescription } from "./DefinitionBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class SummaryRowDescription extends DefinitionBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private c0;
get selectedBackground(): string;
set selectedBackground(a: string);
private cy;
get actualSelectedBackground(): string;
set actualSelectedBackground(a: string);
private c4;
get summaryLabelTextColor(): string;
set summaryLabelTextColor(a: string);
private cz;
get actualSummaryLabelTextColor(): string;
set actualSummaryLabelTextColor(a: string);
private c1;
get summaryLabelFontFamily(): string;
set summaryLabelFontFamily(a: string);
private co;
get summaryLabelFontSize(): number;
set summaryLabelFontSize(a: number);
private c2;
get summaryLabelFontStyle(): string;
set summaryLabelFontStyle(a: string);
private c3;
get summaryLabelFontWeight(): string;
set summaryLabelFontWeight(a: string);
private cr;
get paddingLeft(): number;
set paddingLeft(a: number);
private ct;
get paddingTop(): number;
set paddingTop(a: number);
private cs;
get paddingRight(): number;
set paddingRight(a: number);
private cq;
get paddingBottom(): number;
set paddingBottom(a: number);
}