You've already forked joplin
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user