adding in basics of api

This commit is contained in:
talksik
2022-03-15 16:01:15 -04:00
parent ef72bc3158
commit e9a02eb091
10 changed files with 707 additions and 28 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import { API } from "./preload";
export {};
declare global {
interface Window {
electron: typeof API;
API: typeof API;
}
}