mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Add dividers option to context menu
This commit is contained in:
parent
a423a45352
commit
131d7c5e3b
3 changed files with 18 additions and 16 deletions
|
|
@ -25,6 +25,7 @@ export type ContextMenuItem =
|
|||
|
||||
export type SetContextMenuItems = {
|
||||
disabled?: boolean;
|
||||
divider?: boolean;
|
||||
id: ContextMenuItem;
|
||||
onClick?: () => void;
|
||||
}[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue