UNPKG

@tanstack/react-start

Version:

Modern and scalable routing for React applications

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