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