mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2026-02-01 15:47:27 +00:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
declare module "spectorjs" {
|
|
class Spector {
|
|
|
|
displayUI(): void;
|
|
}
|
|
}
|
|
|
|
declare var WEBGL: boolean; |