chore(react/type_widgets): port note map type widget

This commit is contained in:
Elian Doran
2025-10-04 18:15:44 +03:00
parent 8f819a7786
commit 3caaf2ab79
5 changed files with 17 additions and 35 deletions

View File

@@ -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) {