Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
7
node_modules/astro/dist/vite-plugin-chromedevtools/index.d.ts
generated
vendored
Normal file
7
node_modules/astro/dist/vite-plugin-chromedevtools/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Plugin } from 'vite';
|
||||
import type { AstroSettings } from '../types/astro.js';
|
||||
interface Payload {
|
||||
settings: AstroSettings;
|
||||
}
|
||||
export declare function vitePluginChromedevtools({ settings }: Payload): Plugin;
|
||||
export {};
|
||||
Reference in New Issue
Block a user