UNPKG

@mkljczk/lexical-remark

Version:

This package contains Markdown helpers and functionality for Lexical using remark-parse.

4 lines (2 loc) 79 B
import { Content, Parent } from 'mdast'; export type Node = Parent | Content;