UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 147 B
import type { Root } from 'mdast'; import type { VFile } from 'vfile'; export declare const remarkPrompt: () => (tree: Root, file: VFile) => void;