UNPKG
kabulmark
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
A React-based rich text editor built as a wrapper over Meta's Lexical library.
kabulmark
/
dist
/
plugins
/
HtmlOutput.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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
;