diff --git a/src/runtime/types/link.d.ts b/src/runtime/types/link.d.ts index 535a58a3..d39f5f2a 100644 --- a/src/runtime/types/link.d.ts +++ b/src/runtime/types/link.d.ts @@ -1,6 +1,9 @@ import type { NuxtLinkProps } from '#app' export interface Link extends NuxtLinkProps { + as?: string + type?: string + disabled?: boolean active?: boolean exact?: boolean exactQuery?: boolean