IOweb/node_modules/astro/dist/transitions/router.d.ts
2026-07-03 15:07:38 -05:00

5 lines
304 B
TypeScript

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>;