astro-ghostcms/.pnpm-store/v3/files/bb/bb6cdd4e8206e87eb79e20be5d1...

3 lines
137 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { MarkdownVFile } from './types.js';
export declare function rehypeImages(): () => (tree: any, file: MarkdownVFile) => void;