add desktop api to front

This commit is contained in:
Anton Bracke
2022-02-22 16:57:56 +01:00
parent 1425513452
commit 4e243151dd
21 changed files with 174 additions and 67 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { WorkAdventureLocalAppApi } from "@wa-preload-local-app";
declare global {
interface Window {
WAD: WorkAdventureLocalAppApi;
}
}