UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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; }