UNPKG

@tanstack/vue-router

Version:

Modern and scalable routing for Vue applications

11 lines (10 loc) 631 B
import * as Vue from 'vue'; /** * @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. * * This is the development version that filters out dev styles after hydration. */ export declare const HeadContent: Vue.DefineComponent<{}, () => Vue.VNode<Vue.RendererNode, Vue.RendererElement, { [key: string]: any; }>[], {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>;