UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 235 B
import { ElementDestination } from '../../../destination'; export class TableCellPropertiesElementBaseDestination extends ElementDestination { constructor(data, cell) { super(data); this.cell = cell; } }