UNPKG

kabulmark

Version:

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

6 lines (5 loc) 163 B
type OnChangePluginProps = { onChange?: (html: string) => void; }; export default function OnChangePlugin({ onChange }: OnChangePluginProps): null; export {};