igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 642 B
TypeScript
import { CellInfoDescription } from "./CellInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SectionHeaderCellInfoDescription extends CellInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private fo;
get resolvedText(): string;
set resolvedText(a: string);
private fn;
get resolvedSummaryText(): string;
set resolvedSummaryText(a: string);
private fp;
get summaryDisplayMode(): string;
set summaryDisplayMode(a: string);
}