UNPKG

kabulmark

Version:

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

7 lines (6 loc) 214 B
interface EditorContentProps { placeholder: string; height: string; } export default function EditorContent({ placeholder, height }: EditorContentProps): import("react/jsx-runtime").JSX.Element; export {};