Files
huly-platform/dev/doc-import-tool/src/extract/common.ts
T
2024-07-28 14:55:43 +07:00

7 lines
107 B
TypeScript

export const ELEMENT_LIMIT = 10000 // TODO: remove?
export interface Cell {
row: number
col: number
}