UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

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