Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
5
node_modules/astro/dist/transitions/router.d.ts
generated
vendored
Normal file
5
node_modules/astro/dist/transitions/router.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Fallback, Options } from './types.js';
|
||||
export declare const supportsViewTransitions: boolean;
|
||||
export declare const transitionEnabledOnThisPage: () => boolean;
|
||||
export declare function getFallback(): Fallback;
|
||||
export declare function navigate(href: string, options?: Options): Promise<void>;
|
||||
Reference in New Issue
Block a user