Files
dd0c-site/node_modules/astro/dist/vite-plugin-markdown/images.d.ts
2026-03-22 20:00:13 +00:00

6 lines
181 B
TypeScript

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