UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 283 B
import type { Root } from 'mdast'; export declare const getImageUri: (imagePath: string, subdomain: string, filePath: string, basePath?: string) => string; export declare const remarkReplaceAllImages: (subdomain: string, filePath: string, basePath?: string) => (tree: Root) => Root;