UNPKG

@tanstack/solid-router

Version:

Modern and scalable routing for Solid applications

7 lines (6 loc) 199 B
import * as Solid from 'solid-js'; /** * During streaming SSR, `<Scripts>` marks where late hydration scripts may * begin to be inserted. */ export declare const Scripts: () => Solid.JSX.Element;