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