mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
|
|
export const GRID_CELL_HEIGHT = 30;
|
|
export const GRID_CELL_VMARGIN = 10;
|
|
export const GRID_COLUMN_COUNT = 24;
|
|
export const REPEAT_DIR_VERTICAL = 'v';
|
|
|
|
|