1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Add support for drawing pictures (#7588)

This commit is contained in:
Henry Heino
2023-10-02 07:15:51 -07:00
committed by GitHub
parent 487112fd4d
commit 849427d1bf
35 changed files with 1419 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ interface Shared {
initState?: (comp: any)=> void;
toggleIsTodo_onPress?: (comp: any)=> void;
toggleCheckboxRange?: (ipcMessage: string, noteBody: string)=> any;
toggleCheckbox?: (ipcMessage: string, noteBody: string)=> void;
toggleCheckbox?: (ipcMessage: string, noteBody: string)=> string;
installResourceHandling?: (refreshResourceHandler: any)=> void;
uninstallResourceHandling?: (refreshResourceHandler: any)=> void;
}