UNPKG

devexpress-richedit

Version:

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

7 lines (6 loc) 282 B
import { TableCellPropertiesElementBaseDestination } from './table-cell-properties-element-base-destination'; export class TableCellPropertiesLeafElementDestination extends TableCellPropertiesElementBaseDestination { get elementHandlerTable() { return {}; } }