2025-09-05 14:59:21 +08:00

5 lines
329 B
TypeScript

import type { RouteLocationNormalized, RouteLocationNormalizedLoaded } from 'vue-router';
import type { Ref } from 'vue';
import type { ParsedContent } from '@nuxt/content';
export declare const useContentHead: (_content: ParsedContent | Ref<ParsedContent>, to?: RouteLocationNormalized | RouteLocationNormalizedLoaded) => void;