astro-ghostcms/.pnpm-store/v3/files/ce/38c29ca6d41784dd3427a831389...

8 lines
276 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as vite from 'vite';
import type { AstroSettings } from '../@types/astro.js';
type AstroInternationalization = {
settings: AstroSettings;
};
export default function astroInternationalization({ settings, }: AstroInternationalization): vite.Plugin;
export {};