UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

5 lines (4 loc) 271 B
import { renderToStream } from 'solid-js/web'; import { AnyRouter } from '@tanstack/router-core'; /** Solid renderer options shared by the stream and string paths. */ export declare function getSolidRenderOptions(router: AnyRouter): Parameters<typeof renderToStream>[1];