igniteui-react-core
Version:
Ignite UI React Core.
13 lines (12 loc) • 440 B
TypeScript
import { NativeUIContainer } from "./NativeUIContainer";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { INativeUIColumnBridge } from "./INativeUIColumnBridge";
import { Type } from "./type";
/**
* @hidden
*/
export declare class NativeUIColumn extends NativeUIContainer {
static $t: Type;
protected get_e(): NativeUIComponentBuiltInType;
get br(): INativeUIColumnBridge;
}