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
/
EditorContent.d.ts
7 lines
(6 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
EditorContentProps
{
placeholder
:
string
;
height
:
string
; }
export
default
function
EditorContent
(
{ placeholder, height }:
EditorContentProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{};