🐛 tab support
This commit is contained in:
1
src/renderer/types/global.d.ts
vendored
1
src/renderer/types/global.d.ts
vendored
@@ -22,6 +22,7 @@ declare global {
|
||||
deleteNode: (targetPath: string) => Promise<void>
|
||||
createFile: (parentPath: string, name: string) => Promise<string>
|
||||
createDir: (parentPath: string, name: string) => Promise<string>
|
||||
moveFile: (sourcePath: string, targetDirPath: string) => Promise<string>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user