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) 300 B
import { ElementHandlerTable } from '../destination'; import { BodyDestinationBase } from './body-destination-base'; export declare class BodyDestination extends BodyDestinationBase { static handlerTable: ElementHandlerTable; protected get elementHandlerTable(): ElementHandlerTable; }