UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 187 B
import type { Root } from 'mdast'; import { MdxExtracts } from '../../../types/index.js'; export declare const remarkMdxExtractPanel: (mdxExtracts?: MdxExtracts) => (tree: Root) => Root;