IOweb/node_modules/@astrojs/markdown-remark/dist/remark-collect-images.d.ts
2026-07-03 15:07:38 -05:00

4 lines
269 B
TypeScript

import type { Root } from 'mdast';
import type { VFile } from 'vfile';
import type { AstroMarkdownOptions } from '@astrojs/internal-helpers/markdown';
export declare function remarkCollectImages(opts: AstroMarkdownOptions['image']): (tree: Root, vfile: VFile) => void;