5 lines
329 B
TypeScript
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;
|