mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
declare module "spectorjs" {
|
|
class Spector {
|
|
|
|
displayUI(): void;
|
|
}
|
|
}
|
|
|
|
declare var WEBGL: boolean; |