Wiring change detection to render process
This commit is contained in:
@@ -32,6 +32,8 @@ declare global {
|
||||
closeFile: (arg0: any) => Promise<string>,
|
||||
getPathForFile: any,
|
||||
onLoadFiles: (arg0: any) => Promise<string>,
|
||||
onChangedFile: (arg0: any) => Promise<string>,
|
||||
onDeletedFile: (arg0: any) => Promise<string>,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user