UNPKG

@tanstack/react-router

Version:

Modern and scalable routing for React applications

8 lines (7 loc) 378 B
import { RouterManagedTag } from '@tanstack/router-core'; export declare const useTags: () => RouterManagedTag[]; /** * @description The `HeadContent` component is used to render meta tags, links, and scripts for the current route. * It should be rendered in the `<head>` of your document. */ export declare function HeadContent(): import("react/jsx-runtime").JSX.Element[];