AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 oh-my-ppt
index.d.ts
根目录
/
src
/
preload
/
index.d.ts
1
import { ElectronAPI } from '@electron-toolkit/preload'
2
3
declare global {
4
interface Window {
5
electron: ElectronAPI & {
6
getPathForFile?: (file: File) => string
7
}
8
}
9
}
10
10 lines
TYPESCRIPT