mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(react/type_widgets): port note map type widget
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type NoteMapWidgetMode = "ribbon" | "hoisted";
|
||||
export type NoteMapWidgetMode = "ribbon" | "hoisted" | "type";
|
||||
export type MapType = "tree" | "link";
|
||||
|
||||
export function rgb2hex(rgb: string) {
|
||||
|
||||
Reference in New Issue
Block a user