UNPKG

devexpress-richedit

Version:

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

4 lines (3 loc) 336 B
import { IExportModelOptions } from '../../../common/formats/i-document-exporter'; export declare function exportModelToBase64(exportModelOptions: IExportModelOptions, callback: (base64: string) => void): void; export declare function exportModelToBlob(exportModelOptions: IExportModelOptions, callback: (blob: Blob) => void): void;