UNPKG

reactron

Version:

Reactron - Transactional Reactive Front-End Development Framework

12 lines (11 loc) 290 B
export interface CellRange { x1: number; y1: number; x2: number; y2: number; } export declare class CellRangeUtils { static parseCellRange(text: string, result: CellRange): CellRange; static emitCellRange(value: CellRange): string; private static emitCellPos; }