feat(react/ribbon): port note map partially

This commit is contained in:
Elian Doran
2025-08-22 23:47:02 +03:00
parent c33280bbb2
commit a85141ace2
5 changed files with 49 additions and 48 deletions

View File

@@ -1,3 +1,4 @@
import NoteContext from "../../components/note_context";
import FNote from "../../entities/fnote";
export interface TabContext {
@@ -6,4 +7,5 @@ export interface TabContext {
ntxId?: string | null;
hoistedNoteId?: string;
notePath?: string | null;
noteContext?: NoteContext;
}