UNPKG

devexpress-richedit

Version:

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

8 lines (7 loc) 313 B
import { InvalidDocumentMode } from '../../utils/enums'; export declare class RtfImporterOptions { throwInvalidFile: (reason: string) => void; invalidDocumentMode: InvalidDocumentMode; enableNotCompatibleUIFunctionality: boolean; constructor(throwInvalidFile?: (reason: string) => void); }