astro-ghostcms/.pnpm-store/v3/files/b4/0b5a532e7cb19e49b3d4f7672af...

4 lines
177 B
Plaintext

import type { Plugin } from 'vite';
import type { AstroSettings } from '../../@types/astro.js';
export declare function vitePluginAstroPreview(settings: AstroSettings): Plugin;