UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

6 lines (5 loc) 213 B
import type { FileType, FileWithImports } from '../../types/mdx/index.js'; export declare const resolveAllImports: (params: { snippets: FileType[]; fileWithImports: FileWithImports; }) => Promise<string>;