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) 327 B
import { XmlReader } from '../../../zip/xml-reader'; import { ElementDestination, ElementHandlerTable } from '../destination'; export declare class SeparatorDestination extends ElementDestination { protected get elementHandlerTable(): ElementHandlerTable; processElementOpen(_reader: XmlReader): Promise<void>; }