UNPKG

devexpress-richedit

Version:

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

6 lines (5 loc) 363 B
import { ElementHandlerTable } from '../../../destination'; import { TableCellPropertiesElementBaseDestination } from './table-cell-properties-element-base-destination'; export declare abstract class TableCellPropertiesLeafElementDestination extends TableCellPropertiesElementBaseDestination { protected get elementHandlerTable(): ElementHandlerTable; }