UNPKG

@tanstack/react-start

Version:

Modern and scalable routing for React applications

8 lines (7 loc) 265 B
import { TanStackStartViteInputConfig } from '@tanstack/start-plugin-core'; import { PluginOption } from 'vite'; export declare function tanstackStart(options?: TanStackStartViteInputConfig & { rsc?: { enabled?: boolean; }; }): Array<PluginOption>;