import { ID, ICell } from '../index.data'; export type IMergeCellUndoContext = { i: number; j: number; cell: ICell; }[];