UNPKG

@tanstack/solid-start

Version:

Modern and scalable routing for Solid applications

4 lines (3 loc) 231 B
import { TanStackStartRsbuildInputConfig } from '@tanstack/start-plugin-core/rsbuild'; import { RsbuildPlugin } from '@rsbuild/core'; export declare function tanstackStart(options?: TanStackStartRsbuildInputConfig): RsbuildPlugin;