mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(ContextMenu): invalid kbds prop type definition
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user