@ztl-uwu/nuxt-content
Version:
Write your content inside your Nuxt app
5 lines (4 loc) • 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;