astro-ghostcms/.pnpm-store/v3/files/5a/2a69d94e0ecf640bcdef40bdd7a...

6 lines
317 B
Plaintext

import type * as vite from 'vite';
import type { AstroBuildPlugin } from '../core/build/plugin.js';
import type { BuildInternals } from '../core/build/internal.js';
export default function configHeadVitePlugin(): vite.Plugin;
export declare function astroHeadBuildPlugin(internals: BuildInternals): AstroBuildPlugin;