mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 19:29:36 +02:00
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
export const ELEMENT_LIMIT = 10000 // TODO: remove?
|
|
|
|
export interface Cell {
|
|
row: number
|
|
col: number
|
|
}
|