UNPKG

654 BTypeScriptView Raw
1export declare const RouterLinkStub: (new () => import("vue").ComponentPublicInstance<{
2 to: any;
3} & {}, unknown, unknown, {}, {}, Record<string, any>, import("vue").VNodeProps & {
4 to: any;
5} & {}>) & import("vue").ComponentOptionsBase<Readonly<{
6 to: any;
7} & {}>, unknown, unknown, {}, {}, Record<string, any>, string> & {
8 props: {
9 to: {
10 type: (StringConstructor | ObjectConstructor)[];
11 required: true;
12 };
13 };
14} & ThisType<import("vue").ComponentPublicInstance<Readonly<{
15 to: any;
16} & {}>, unknown, unknown, {}, {}, Record<string, any>, Readonly<{
17 to: any;
18} & {}>>>;
19
\No newline at end of file