UNPKG

@tanstack/vue-router

Version:

Modern and scalable routing for Vue applications

26 lines (25 loc) 1.26 kB
import { VNode } from 'vue'; import * as Vue from 'vue'; export declare const Match: Vue.DefineComponent<Vue.ExtractPropTypes<{ matchId: { type: StringConstructor; required: true; }; }>, () => VNode, {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{ matchId: { type: StringConstructor; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>; export declare const MatchInner: Vue.DefineComponent<Vue.ExtractPropTypes<{ matchId: { type: StringConstructor; required: true; }; }>, () => VNode | null, {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{ matchId: { type: StringConstructor; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>; export declare const Outlet: Vue.DefineComponent<{}, () => VNode | null, {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>;