UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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