blank project

This commit is contained in:
root
2025-10-17 20:17:33 +00:00
commit 14b2d53e8e
9366 changed files with 1515019 additions and 0 deletions

9
node_modules/astro/dist/transitions/router.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
import type { Fallback, Options } from './types.js';
export declare const updateScrollPosition: (positions: {
scrollX: number;
scrollY: number;
}) => void;
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>;