UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 316 B
import { Base, Type } from "./type"; import { NativeUIGridHeightType } from "./NativeUIGridHeightType"; /** * @hidden */ export declare class GridBridgeRowDefinition extends Base { static $t: Type; constructor(); a: NativeUIGridHeightType; b: number; c: number; d(): string; }