astro-ghostcms/.pnpm-store/v3/files/f5/8b5ae8dd583711c8ebe12b6cdce...

7 lines
203 B
Plaintext

export type MarkdownImagePath = {
raw: string;
resolved: string;
safeName: string;
};
export declare function getMarkdownCodeForImages(imagePaths: MarkdownImagePath[], html: string): string;