IOweb/node_modules/astro/dist/vite-plugin-markdown/images.d.ts
2026-07-03 15:07:38 -05:00

5 lines
214 B
TypeScript

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