UNPKG

@astrojs/mdx

Version:

Add support for MDX pages in your Astro site

5 lines (4 loc) 268 B
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;