igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 571 B
TypeScript
import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { INativeUIContentBridge } from "./INativeUIContentBridge";
import { NativeUIComponent } from "./NativeUIComponent";
import { Type } from "./type";
/**
* @hidden
*/
export declare class NativeUIContent extends NativeUIContainer {
static $t: Type;
protected get_c(): NativeUIComponentBuiltInType;
get az(): INativeUIContentBridge;
get a0(): NativeUIComponent;
set a0(a: NativeUIComponent);
}