Files
Tiber365/node_modules/astro/dist/vite-plugin-markdown/images.d.ts
2025-07-24 18:46:24 +02:00

6 lines
214 B
TypeScript

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