mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Add dividers option to context menu
This commit is contained in:
@@ -25,6 +25,7 @@ export type ContextMenuItem =
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
disabled?: boolean;
|
||||
divider?: boolean;
|
||||
id: ContextMenuItem;
|
||||
onClick?: () => void;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user