UNPKG

@tanstack/vue-router

Version:

Modern and scalable routing for Vue applications

23 lines (22 loc) 1.24 kB
import * as Vue from 'vue'; import type { NotFoundError } from '@tanstack/router-core'; export declare const CatchNotFound: Vue.DefineComponent<Vue.ExtractPropTypes<{ fallback: Vue.PropType<(error: NotFoundError) => Vue.VNode>; onCatch: Vue.PropType<(error: NotFoundError) => void>; children: { type: Vue.PropType<Vue.VNode>; required: true; }; }>, () => Vue.VNode<Vue.RendererNode, Vue.RendererElement, { [key: string]: any; }>, {}, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{ fallback: Vue.PropType<(error: NotFoundError) => Vue.VNode>; onCatch: Vue.PropType<(error: NotFoundError) => void>; children: { type: Vue.PropType<Vue.VNode>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, Vue.ComponentProvideOptions, true, {}, any>; export declare const DefaultGlobalNotFound: 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>;