UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 226 B
export declare function registerXMintContent(slug: string, content?: string): void; export declare function getXMintContent(slug: string): string | undefined; export declare function getAllXMintContent(): Map<string, string>;