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) 301 B
import { ElementDestination } from '../../../destination'; export class TableRowPropertiesLeafElementDestination extends ElementDestination { row; constructor(data, row) { super(data); this.row = row; } get elementHandlerTable() { return {}; } }