prismarine-web-client-mirror/globals.d.ts

9 lines
145 B
TypeScript

declare const THREE: any;
declare interface Document {
getElementById(id): any
}
declare interface Window extends Record<string, any> {
}