chore(DropdownMenu): item disabled is inherited from Link

This commit is contained in:
Benjamin Canac
2024-04-25 12:11:39 +02:00
parent e36345c4db
commit 3708dfaea6

View File

@@ -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[]
/**