UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 291 B
import { ElementDestination } from '../../../destination'; export class TableRowPropertiesLeafElementDestination extends ElementDestination { constructor(data, row) { super(data); this.row = row; } get elementHandlerTable() { return {}; } }