@tanstack/vue-router
Version:
Modern and scalable routing for Vue applications
26 lines (25 loc) • 1.26 kB
TypeScript
import * as Vue from 'vue';
import type { VNode } 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>;