@mintlify/common
Version:
Commonly shared code within Mintlify
8 lines (7 loc) • 358 B
TypeScript
/**
*
* @param content The content to inject into
* @param componentName The component name we are injecting into
* @param contentToInject The content to inject in place of the component
*/
export declare const resolveComponentWithContent: (content: string, componentName: string, snippet: string, exportMap: Record<string, string>) => Promise<string>;