types(Link): add missing props

This commit is contained in:
Benjamin Canac
2024-01-15 16:05:39 +01:00
parent d43fb835d8
commit c187d367ff

View File

@@ -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