chore(react/ribbon): set up formatting toolbar

This commit is contained in:
Elian Doran
2025-08-22 16:24:02 +03:00
parent b99d01ad7b
commit 01e4cd2e78
6 changed files with 81 additions and 96 deletions

View File

@@ -2,4 +2,5 @@ import FNote from "../../entities/fnote";
export interface TabContext {
note: FNote | null | undefined;
hidden: boolean;
}