igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 621 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 gv;
get resolvedText(): string;
set resolvedText(a: string);
private gu;
get resolvedSummaryText(): string;
set resolvedSummaryText(a: string);
private gw;
get summaryDisplayMode(): string;
set summaryDisplayMode(a: string);
}