IOweb/node_modules/@astrojs/mdx/dist/rehype-images-to-component.d.ts
2026-07-03 15:07:38 -05:00

5 lines
333 B
TypeScript

import type { Root } from 'hast';
import type { VFile } from 'vfile';
import { ASTRO_IMAGE_ELEMENT, ASTRO_IMAGE_IMPORT, USES_ASTRO_IMAGE_FLAG } from './image-constants.js';
export { ASTRO_IMAGE_ELEMENT, ASTRO_IMAGE_IMPORT, USES_ASTRO_IMAGE_FLAG };
export declare function rehypeImageToComponent(): (tree: Root, file: VFile) => void;