UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 280 B
import { Base, Type } from "./type"; import { NativeUIGridWidthType } from "./NativeUIGridWidthType"; /** * @hidden */ export declare class GridBridgeColumnDefinition extends Base { static $t: Type; a: NativeUIGridWidthType; b: number; c(): string; }