mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
client/note color picker menu item: fix data type
This commit is contained in:
@@ -17,7 +17,7 @@ export interface ContextMenuOptions<T> {
|
|||||||
|
|
||||||
export interface CustomMenuItem {
|
export interface CustomMenuItem {
|
||||||
kind: "custom",
|
kind: "custom",
|
||||||
componentFn: () => JSX.Element;
|
componentFn: () => JSX.Element | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface MenuSeparatorItem {
|
export interface MenuSeparatorItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user