IOweb/node_modules/@astrojs/mdx/dist/rehype-analyze-astro-metadata.d.ts
2026-07-03 15:07:38 -05:00

4 lines
268 B
TypeScript

import type { AstroMetadata, RehypePlugin } from '@astrojs/internal-helpers/markdown';
import type { VFile } from 'vfile';
export declare const rehypeAnalyzeAstroMetadata: RehypePlugin;
export declare function getAstroMetadata(file: VFile): AstroMetadata | undefined;