mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
types(Link): add missing props
This commit is contained in:
3
src/runtime/types/link.d.ts
vendored
3
src/runtime/types/link.d.ts
vendored
@@ -1,6 +1,9 @@
|
|||||||
import type { NuxtLinkProps } from '#app'
|
import type { NuxtLinkProps } from '#app'
|
||||||
|
|
||||||
export interface Link extends NuxtLinkProps {
|
export interface Link extends NuxtLinkProps {
|
||||||
|
as?: string
|
||||||
|
type?: string
|
||||||
|
disabled?: boolean
|
||||||
active?: boolean
|
active?: boolean
|
||||||
exact?: boolean
|
exact?: boolean
|
||||||
exactQuery?: boolean
|
exactQuery?: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user