UNPKG

kabulmark

Version:

A React-based rich text editor built as a wrapper over Meta's Lexical library.

7 lines (6 loc) 213 B
/** * This plugin is used to generate HTML from the editor content. * It is used or the debugging purpose. */ declare const HtmlOutput: () => import("react/jsx-runtime").JSX.Element; export default HtmlOutput;