UNPKG

@tanstack/start-client-core

Version:

Modern and scalable routing for React applications

5 lines (4 loc) 176 B
import { HydrationPrefetchStrategy } from './types.js'; declare const loadType = "load"; export declare function load(): HydrationPrefetchStrategy<typeof loadType>; export {};