6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
|
|
import { type Plugin } from 'vite';
|
||
|
|
/**
|
||
|
|
* @deprecated This plugin is no longer used. Remove in Astro 5.0
|
||
|
|
*/
|
||
|
|
export default function mdxVitePlugin(): Plugin;
|