chore(ckeditor5/plugins): integrate uploadimage

This commit is contained in:
Elian Doran
2025-05-03 16:40:32 +03:00
parent 444e33628c
commit 5cb5d8e511
5 changed files with 40 additions and 28 deletions

View File

@@ -5,6 +5,10 @@ declare global {
getComponentByEl(el: unknown): {
triggerCommand(command: string): void;
};
getActiveContextNote(): {
noteId: string;
};
getHeaders(): Promise<Record<string, string>>;
}
}