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) 518 B
import { Data } from '../../data'; import { RelationsCollection } from '../../utils/relations-collection'; import { ElementDestination, ElementHandlerTable } from '../destination'; export declare class RelationshipsDestination extends ElementDestination { protected get elementHandlerTable(): ElementHandlerTable; static handlerTable: ElementHandlerTable; private relations; constructor(data: Data, relations: RelationsCollection); static getThis(data: Data): RelationshipsDestination; }