astro-ghostcms/.pnpm-store/v3/files/26/05249b42dfa4ab4dc0ccca81d4a...

9 lines
356 B
Plaintext

import type { 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 navigate(href: string, options?: Options): Promise<void>;