UNPKG

@tanstack/react-start

Version:

Modern and scalable routing for React applications

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