UNPKG
@mkljczk/lexical-remark
Version:
latest (0.4.0)
0.4.0
0.3.9
This package contains Markdown helpers and functionality for Lexical using remark-parse.
@mkljczk/lexical-remark
/
lib
/
export
/
handlers
/
root.d.ts
4 lines
(3 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
import
type
{
RootNode
}
from
'lexical'
;
import
{
Handler
}
from
'./index.js'
;
export
declare
const
root
:
Handler
<
RootNode
>;