UNPKG

swup

Version:

Versatile and extensible page transition library for server-rendered websites

8 lines 285 B
import type Swup from '../Swup.js'; import type { Visit } from './Visit.js'; /** * Update the scroll position after page render. * @returns Promise<boolean> */ export declare const scrollToContent: (this: Swup, visit: Visit) => boolean; //# sourceMappingURL=scrollToContent.d.ts.map