one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines • 354 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 PreloadLinks(): null;
//# sourceMappingURL=PreloadLinks.d.ts.map