igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
14 lines (13 loc) • 386 B
TypeScript
import { SectionHeaderDescription } from "./SectionHeaderDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TemplateSectionHeaderDescription extends SectionHeaderDescription {
static $t: Type;
protected get_type(): string;
constructor();
private c4;
get cellUpdatingRef(): string;
set cellUpdatingRef(a: string);
}