swup
Version:
Versatile and extensible page transition library for server-rendered websites
9 lines • 318 B
TypeScript
import type Swup from '../Swup.js';
import type { Visit } from './Visit.js';
/**
* Perform the replacement of content after loading a page.
*
* @returns Whether all containers were replaced.
*/
export declare const replaceContent: (this: Swup, visit: Visit) => boolean;
//# sourceMappingURL=replaceContent.d.ts.map