UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 221 B
import { Type } from "igniteui-react-core"; export declare enum GridHorizontalAlignment { Left = 0, Center = 1, Right = 2 } /** * @hidden */ export declare let GridHorizontalAlignment_$type: Type;