UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

6 lines (5 loc) 348 B
import type { Plugin as VitePlugin } from 'vite'; import type { BuildInternals } from '../internal.js'; import type { AstroBuildPlugin } from '../plugin.js'; export declare function vitePluginInternals(input: Set<string>, internals: BuildInternals): VitePlugin; export declare function pluginInternals(internals: BuildInternals): AstroBuildPlugin;