mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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'
|
||||
|
||||
export interface Link extends NuxtLinkProps {
|
||||
as?: string
|
||||
type?: string
|
||||
disabled?: boolean
|
||||
active?: boolean
|
||||
exact?: boolean
|
||||
exactQuery?: boolean
|
||||
|
||||
Reference in New Issue
Block a user