export const GRID_MIN = 1; export const GRID_MAX = 24; export const DEFAULT_GRID_CONFIG = { rows: 3, cols: 3 } as const;