3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
|
|
import type { Plugin } from 'vite';
|
||
|
|
export default function astro(): Plugin;
|