UNPKG

@astrojs/mdx

Version:

Add support for MDX pages in your Astro site

4 lines (3 loc) 162 B
import type { AstroConfig } from 'astro'; import type { Plugin } from 'vite'; export declare function vitePluginMdxPostprocess(astroConfig: AstroConfig): Plugin;