Files
med-notes/.pnpm-store/v10/files/bf/e7d7dda45d3bc49dd0e66402783b0de34ed4cbde36f7481333aecd08e4c0742080c70e3ef4741877d0f4bf1d2bfd9fe21ac10d3253038fd3bab74bad33a445
2025-05-09 05:30:08 +02:00

8 lines
378 B
Plaintext

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[];