UNPKG

@mintlify/scraping

Version:

Scrape documentation frameworks to Mintlify docs

7 lines (6 loc) 387 B
import type { Root as HastRoot, Element } from 'hast'; import type { State } from 'hast-util-to-mdast'; import type { Root as MdastRoot } from 'mdast'; import type { MdxJsxFlowElement } from 'mdast-util-mdx-jsx'; export declare function mdxJsxFlowElementHandler(_: State, node: Element): MdxJsxFlowElement; export declare function selectiveRehypeRemark(): (tree: HastRoot) => MdastRoot;