mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
feat(VerticalNavigation)!: use Badge component for consistency
This commit is contained in:
3
src/runtime/types/vertical-navigation.d.ts
vendored
3
src/runtime/types/vertical-navigation.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import type { Link } from './link'
|
||||
import type { Avatar } from './avatar'
|
||||
import type { Badge } from './badge'
|
||||
|
||||
export interface VerticalNavigationLink extends Link {
|
||||
label: string
|
||||
@@ -8,5 +9,5 @@ export interface VerticalNavigationLink extends Link {
|
||||
iconClass?: string
|
||||
avatar?: Avatar
|
||||
click?: Function
|
||||
badge?: string | number
|
||||
badge?: string | number | Badge
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user