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
/
linebreak.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
type
{
LineBreakNode
}
from
'lexical'
;
import
{
Handler
}
from
'./index.js'
;
export
declare
const
linebreak
:
Handler
<
LineBreakNode
>;