chore(ContextMenu): invalid kbds prop type definition

This commit is contained in:
Benjamin Canac
2024-04-27 22:33:54 +02:00
parent ce28e662d6
commit 58da6ebe83

View File

@@ -16,7 +16,7 @@ export interface ContextMenuItem extends Omit<LinkProps, 'type'> {
icon?: string
avatar?: AvatarProps
content?: Omit<ContextMenuContentProps, 'asChild' | 'forceMount'>
kbds?: string[] | KbdProps[]
kbds?: KbdProps['value'][] | KbdProps[]
/**
* The item type.
* @defaultValue "link"