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) 520 B
import { XmlReader } from '../../../zip/xml-reader'; import { Data } from '../../data'; import { RelationsCollection } from '../../utils/relations-collection'; import { ElementDestination, ElementHandlerTable } from '../destination'; export declare class RelationDestination extends ElementDestination { private relations; constructor(data: Data, relations: RelationsCollection); protected get elementHandlerTable(): ElementHandlerTable; processElementOpen(reader: XmlReader): Promise<void>; }