mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat(DropdownMenu): handle item type separator
This commit is contained in:
@@ -22,7 +22,7 @@ export interface DropdownMenuItem extends Omit<LinkProps, 'type'> {
|
||||
* The item type.
|
||||
* @defaultValue "link"
|
||||
*/
|
||||
type?: 'label' | 'link'
|
||||
type?: 'label' | 'separator' | 'link'
|
||||
slot?: string
|
||||
open?: boolean
|
||||
defaultOpen?: boolean
|
||||
|
||||
Reference in New Issue
Block a user