mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +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
|
icon?: string
|
||||||
avatar?: AvatarProps
|
avatar?: AvatarProps
|
||||||
content?: Omit<ContextMenuContentProps, 'asChild' | 'forceMount'>
|
content?: Omit<ContextMenuContentProps, 'asChild' | 'forceMount'>
|
||||||
kbds?: string[] | KbdProps[]
|
kbds?: KbdProps['value'][] | KbdProps[]
|
||||||
/**
|
/**
|
||||||
* The item type.
|
* The item type.
|
||||||
* @defaultValue "link"
|
* @defaultValue "link"
|
||||||
|
|||||||
Reference in New Issue
Block a user