UNPKG

mjeditor

Version:

A modern, plugin-extensible rich text editor for React with beautiful custom dialogs, notification system, and comprehensive editing features. Built with Slate.js for maximum flexibility.

3 lines 161 B
import { CustomElement } from '../types'; export declare const deserializeFromHtml: (html: string) => CustomElement[]; //# sourceMappingURL=deserializer.d.ts.map