swup
Version:
Versatile and extensible page transition library for server-rendered websites
8 lines • 340 B
TypeScript
import type Swup from '../Swup.js';
import type { PageData } from './fetchPage.js';
import { type Visit } from './Visit.js';
/**
* Render the next page: replace the content and update scroll position.
*/
export declare const renderPage: (this: Swup, visit: Visit, page: PageData) => Promise<void>;
//# sourceMappingURL=renderPage.d.ts.map