Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
8
node_modules/astro/dist/vite-plugin-pages/util.d.ts
generated
vendored
Normal file
8
node_modules/astro/dist/vite-plugin-pages/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Prevents Rollup from triggering other plugins in the process by masking the extension (hence the virtual file).
|
||||
* Inverse function of getComponentFromVirtualModulePageName() below.
|
||||
* @param virtualModulePrefix The prefix used to create the virtual module
|
||||
* @param path Page component path
|
||||
*/
|
||||
export declare function getVirtualModulePageName(virtualModulePrefix: string, path: string): string;
|
||||
export declare function getVirtualModulePageNameForComponent(component: string): string;
|
||||
Reference in New Issue
Block a user