astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
6 lines (5 loc) • 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>;