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

10 lines
145 B
TypeScript
Raw Normal View History

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