igniteui-react-core
Version:
Ignite UI React Core.
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_e(): NativeUIComponentBuiltInType;
get br(): INativeUIContentBridge;
get bs(): NativeUIComponent;
set bs(a: NativeUIComponent);
}