2025-09-05 14:59:21 +08:00

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;