UNPKG

@tanstack/start-client-core

Version:

Modern and scalable routing for React applications

5 lines (4 loc) 171 B
import { HydrationStrategy } from './types.js'; declare const neverType = "never"; export declare function never(): HydrationStrategy<typeof neverType, false>; export {};