ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
9 lines (8 loc) • 356 B
TypeScript
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export declare enum Direction {
Vertical = 0,
Horizontal = 1
}
/** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */
export type VerticalDirection = 'up' | 'down';
export type HorizontalDirection = 'left' | 'right';