UNPKG

astro

Version:

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

8 lines (7 loc) 235 B
import type { Plugin } from 'vite'; import type { AstroSettings } from '../types/astro.js'; interface Payload { settings: AstroSettings; } export declare function vitePluginChromedevtools({ settings }: Payload): Plugin; export {};