UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

12 lines (11 loc) 407 B
import { LayoutRow } from '../../../layout/main-structures/layout-row'; export declare class TableCellsComparer { private cache; reset(): void; isEquivalent(layoutRowA: LayoutRow, layoutRowB: LayoutRow): boolean; private isCellsEquivalent; private static compareCells; private static equalLengthAndPosition; private static getKey; private static rowsEqualIndex; }