mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
client/menus: refactor
This commit is contained in:
@@ -14,11 +14,11 @@ export interface ContextMenuOptions<T> {
|
||||
onHide?: () => void;
|
||||
}
|
||||
|
||||
interface MenuSeparatorItem {
|
||||
export interface MenuSeparatorItem {
|
||||
kind: "separator";
|
||||
}
|
||||
|
||||
interface MenuHeader {
|
||||
export interface MenuHeader {
|
||||
title: string;
|
||||
kind: "header";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user