mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
chore(ckeditor5/plugins): integrate uploadimage
This commit is contained in:
@@ -5,6 +5,10 @@ declare global {
|
||||
getComponentByEl(el: unknown): {
|
||||
triggerCommand(command: string): void;
|
||||
};
|
||||
getActiveContextNote(): {
|
||||
noteId: string;
|
||||
};
|
||||
getHeaders(): Promise<Record<string, string>>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user