UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 187 B
import type { Root } from 'hast'; export declare function generateParamFieldId(name: string, count: number): string; export declare const rehypeParamFieldIds: () => (tree: Root) => Root;