UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

13 lines (12 loc) 554 B
import { RouterManagedTag } from '@tanstack/router-core'; /** * Build the list of head/link/meta/script tags to render for active matches. * Used internally by `HeadContent`. */ export declare const useTags: () => RouterManagedTag[]; /** * Render route-managed head tags (title, meta, links, styles, head scripts). * Place inside the document head of your app shell. * @link https://tanstack.com/router/latest/docs/framework/react/guide/document-head-management */ export declare function HeadContent(): import("react/jsx-runtime").JSX.Element[];