UNPKG

igniteui-react-core

Version:
34 lines (33 loc) 1.04 kB
import { CellInfoDescription } from "./CellInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SummaryCellInfoDescription extends CellInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private gw; get resolvedSummaryLabel(): string; set resolvedSummaryLabel(a: string); private gx; get resolvedSummaryValue(): string; set resolvedSummaryValue(a: string); private g1; get summaryLabelTextColor(): string; set summaryLabelTextColor(a: string); private gy; get summaryLabelFontFamily(): string; set summaryLabelFontFamily(a: string); private gt; get summaryLabelFontSize(): number; set summaryLabelFontSize(a: number); private gz; get summaryLabelFontStyle(): string; set summaryLabelFontStyle(a: string); private g0; get summaryLabelFontWeight(): string; set summaryLabelFontWeight(a: string); }