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 { NativeUIGridHeightType } from "./NativeUIGridHeightType"; /** * @hidden */ export declare class GridBridgeRowDefinition extends Base { static $t: Type; a: NativeUIGridHeightType; b: number; c(): string; }