Finished WindowAPI for the frontend
This commit is contained in:
5
WindowAPI/dist/helper/EventData.d.ts
vendored
Normal file
5
WindowAPI/dist/helper/EventData.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { WindowEventName } from "./PackageTypes.js";
|
||||
export interface WindowEvent {
|
||||
type: WindowEventName;
|
||||
data: any;
|
||||
}
|
||||
Reference in New Issue
Block a user