mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(DropdownMenu): item disabled is inherited from Link
This commit is contained in:
@@ -15,7 +15,6 @@ export interface DropdownMenuItem extends Omit<LinkProps, 'type'> {
|
||||
label?: string
|
||||
icon?: string
|
||||
avatar?: AvatarProps
|
||||
disabled?: boolean
|
||||
content?: Omit<DropdownMenuContentProps, 'asChild' | 'forceMount'>
|
||||
kbds?: KbdProps['value'][] | KbdProps[]
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user