UNPKG

@mkljczk/lexical-remark

Version:

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

4 lines (3 loc) 145 B
import type { HeadingNode } from '@lexical/rich-text'; import { Handler } from './index.js'; export declare const heading: Handler<HeadingNode>;