UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

9 lines (8 loc) 230 B
export declare class OpenXmlRelation { id: string; target: string; type: string; targetMode: string; constructor(id: string, target: string, type: string, targetMode: string); isEmpty(): boolean; }