UNPKG

@tanstack/react-start

Version:

Modern and scalable routing for React applications

8 lines (7 loc) 275 B
import { TanStackStartRsbuildInputConfig } from '@tanstack/start-plugin-core'; import { RsbuildPlugin } from '@rsbuild/core'; export declare function tanstackStart(options?: TanStackStartRsbuildInputConfig & { rsc?: { enabled?: boolean; }; }): RsbuildPlugin;