mirror of
https://github.com/ershisan99/md-preview-desktop.git
synced 2026-01-03 21:02:04 +00:00
mvp created
This commit is contained in:
8
src/preload/index.d.ts
vendored
Normal file
8
src/preload/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ElectronAPI } from '@electron-toolkit/preload'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
electron: ElectronAPI
|
||||
api: unknown
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user