UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

16 lines (15 loc) 276 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum FixedCellPositions { None = 0, Left = 1, Right = 2, Top = 3, Bottom = 4 } /** * @hidden */ export declare let FixedCellPositions_$type: Type;