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) 300 B
import { XmlReader } from '../../zip/xml-reader'; import { ElementDestination, TransparentDestination } from './destination'; export declare class StructuredDocumentContentDestination extends TransparentDestination { protected processCurrentElement(reader: XmlReader): ElementDestination; }