UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 223 B
import type { Root } from 'mdast'; import { Parent } from 'unist'; import { VFile } from 'vfile'; export declare const remarkMdxInjectSnippets: (snippetTreeMap: Record<string, Root>) => (tree: Parent, file: VFile) => void;