UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 440 B
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; }