8 lines
444 B
TypeScript
8 lines
444 B
TypeScript
import type { NuxtLinkProps } from 'nuxt/app';
|
|
declare const _default: import("vue").DefineComponent<NuxtLinkProps & {
|
|
locale?: string;
|
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtLinkProps & {
|
|
locale?: string;
|
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
export default _default;
|