mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(VerticalNavigation): extend types from NuxtLinkProps
This commit is contained in:
6
src/runtime/types/vertical-navigation.d.ts
vendored
6
src/runtime/types/vertical-navigation.d.ts
vendored
@@ -1,9 +1,7 @@
|
||||
import type { RouteLocationRaw } from 'vue-router'
|
||||
import type { NuxtLinkProps } from '#app'
|
||||
import type { Avatar } from './avatar'
|
||||
|
||||
export interface VerticalNavigationLink {
|
||||
to?: string | RouteLocationRaw
|
||||
exact?: boolean
|
||||
export interface VerticalNavigationLink extends NuxtLinkProps {
|
||||
label: string
|
||||
icon?: string
|
||||
iconClass?: string
|
||||
|
||||
Reference in New Issue
Block a user