mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-08-28 21:28:44 -04:00
9 lines
145 B
TypeScript
9 lines
145 B
TypeScript
declare const THREE: any;
|
|
|
|
declare interface Document {
|
|
getElementById(id): any
|
|
}
|
|
|
|
declare interface Window extends Record<string, any> {
|
|
|
|
}
|