UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 341 B
import { Base, Type } from "./type"; import { NativeUIGridWidthType } from "./NativeUIGridWidthType"; /** * @hidden */ export declare class GridBridgeColumnDefinition extends Base { static $t: Type; a: NativeUIGridWidthType; d: number; private b; get c(): number; set c(a: number); e(): string; }