Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
11
node_modules/astro/dist/vite-plugin-html/index.d.ts
generated
vendored
Normal file
11
node_modules/astro/dist/vite-plugin-html/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { transform } from './transform/index.js';
|
||||
export default function html(): {
|
||||
name: string;
|
||||
options(options: any): void;
|
||||
transform: {
|
||||
filter: {
|
||||
id: RegExp;
|
||||
};
|
||||
handler: typeof transform;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user