one
Version:
One is a new React Framework that makes Vite serve both native and web.
12 lines • 454 B
TypeScript
/**
* Handles link prefetching in production builds.
*
* Modes:
* - 'intent': Predicts navigation based on mouse trajectory (default)
* - 'viewport': Prefetches links when they enter the viewport
* - 'hover': Prefetches on mouseover
* - 'false': Disabled
*/
export declare function getPrefetchableHref(anchor: HTMLAnchorElement, url: string): string | null;
export declare function PreloadLinks(): null;
//# sourceMappingURL=PreloadLinks.d.ts.map