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 156 B
import { CustomElement } from '../types'; export declare const serializeToHtml: (nodes: CustomElement[]) => string; //# sourceMappingURL=serializer.d.ts.map